#5067CA

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

Shades of Free Speech Blue #5067CA

Tints of Free Speech Blue #5067CA

Color information

#5067CA (or 0x5067CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 67 and CA. RGB value is (80,103,202). Sum of RGB (Red+Green+Blue) = 80+103+202=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5067CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067CA is #AF9835. Grayscale: #6A6A6A. Windows color (decimal): -11507766 or 13264720. OLE color: 13264720.

HSL color Cylindrical-coordinate representation of color #5067CA: hue angle of 228.69º degrees, saturation: 0.54, 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 #5067CA is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80103202-
CMYK0.600.4900.21
HSL228.69º53.51%55.29%-
HSV(B)228.69º60.4%79.22%-
XYZ18.8215.6757.91-
YUV107.41181.38108.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=20.78%
G=26.75%
B=52.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801032020.600.4900.21228.6953.5155.29
Hex5067CA3C31015e53637
Octal12014731274610253456667
Binary101000011001111100101011110011000101010111100101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5067CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5067CA; }

 p { color: rgb(80,103,202); }

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

<style>
 a { background-color: #5067CA; }

 a { background-color: rgb(80,103,202); }

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

<style>
 span { border-color: #5067CA; }

 span { border-color: rgb(80,103,202); }

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