#5064CC

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

Shades of Free Speech Blue #5064CC

Tints of Free Speech Blue #5064CC

Color information

#5064CC (or 0x5064CC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 64 and CC. RGB value is (80,100,204). Sum of RGB (Red+Green+Blue) = 80+100+204=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5064CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5064CC is #AF9B33. Grayscale: #696969. Windows color (decimal): -11508532 or 13395024. OLE color: 13395024.

HSL color Cylindrical-coordinate representation of color #5064CC: hue angle of 230.32º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5064CC is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80100204-
CMYK0.610.5100.2
HSL230.32º54.87%55.69%-
HSV(B)230.32º60.78%80%-
XYZ18.7615.1859.07-
YUV105.88183.37109.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=20.83%
G=26.04%
B=53.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801002040.610.5100.2230.3254.8755.69
Hex5064CC3D33014e63738
Octal12014431475630243466770
Binary101000011001001100110011110111001101010011100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5064CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5064CC; }

 p { color: rgb(80,100,204); }

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

<style>
 a { background-color: #5064CC; }

 a { background-color: rgb(80,100,204); }

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

<style>
 span { border-color: #5064CC; }

 span { border-color: rgb(80,100,204); }

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