#5061c6

Color #5061C6 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5061C6

Tints of Free Speech Blue #5061C6

Color information

#5061C6 (or 0x5061C6) is unknown color: approx Free Speech Blue. HEX triplet: 50, 61 and C6. RGB value is (80,97,198). Sum of RGB (Red+Green+Blue) = 80+97+198=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #5061C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061C6 is #AF9E39. Grayscale: #676767. Windows color (decimal): -11509306 or 13001040. OLE color: 13001040.

HSL color Cylindrical-coordinate representation of color #5061C6: hue angle of 231.36º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5061C6 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8097198-
CMYK0.600.5100.22
HSL231.36º50.86%54.51%-
HSV(B)231.36º59.6%77.65%-
XYZ17.7814.3355.26-
YUV103.43181.37111.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=21.33%
G=25.87%
B=52.8%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80971980.600.5100.22231.3650.8654.51
Hex5061C63C33016e73337
Octal12014130674630263476367
Binary101000011000011100011011110011001101011011100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5061c6; }

 p { color: rgb(80,97,198); }

 H1.HeaderClassName
 {
   color: #5061c6;
 }
 .AnyTagClassName
 {
   color: #5061c6;
 }
</style>
background-color css

<style>
 a { background-color: #5061c6; }

 a { background-color: rgb(80,97,198); }

 div.DivClassName
 {
   background-color: #5061c6;
 }
 .BgClassName
 {
   background-color: #5061c6;
 }
</style>
border-color css

<style>
 span { border-color: #5061c6; }

 span { border-color: rgb(80,97,198); }

 td.TdClassName
 {
   border-color: #5061c6;
 }
 .TagClassName
 {
   border-color: #5061c6;
 }
</style>