#5060C9

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

Shades of Free Speech Blue #5060C9

Tints of Free Speech Blue #5060C9

Color information

#5060C9 (or 0x5060C9) is unknown color: approx Free Speech Blue. HEX triplet: 50, 60 and C9. RGB value is (80,96,201). Sum of RGB (Red+Green+Blue) = 80+96+201=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #5060C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060C9 is #AF9F36. Grayscale: #666666. Windows color (decimal): -11509559 or 13197392. OLE color: 13197392.

HSL color Cylindrical-coordinate representation of color #5060C9: hue angle of 232.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5060C9 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8096201-
CMYK0.600.5200.21
HSL232.07º52.84%55.1%-
HSV(B)232.07º60.2%78.82%-
XYZ18.0314.2957.07-
YUV103.19183.2111.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=21.22%
G=25.46%
B=53.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80962010.600.5200.21232.0752.8455.1
Hex5060C93C34015e83537
Octal12014031174640253506567
Binary101000011000001100100111110011010001010111101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060C9; }

 p { color: rgb(80,96,201); }

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

<style>
 a { background-color: #5060C9; }

 a { background-color: rgb(80,96,201); }

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

<style>
 span { border-color: #5060C9; }

 span { border-color: rgb(80,96,201); }

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