#5062CA

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

Shades of Free Speech Blue #5062CA

Tints of Free Speech Blue #5062CA

Color information

#5062CA (or 0x5062CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 62 and CA. RGB value is (80,98,202). Sum of RGB (Red+Green+Blue) = 80+98+202=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #5062CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5062CA is #AF9D35. Grayscale: #686868. Windows color (decimal): -11509046 or 13263440. OLE color: 13263440.

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

Color convert

RGB8098202-
CMYK0.600.5100.21
HSL231.15º53.51%55.29%-
HSV(B)231.15º60.4%79.22%-
XYZ18.3414.7157.75-
YUV104.47183.04110.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=21.05%
G=25.79%
B=53.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80982020.600.5100.21231.1553.5155.29
Hex5062CA3C33015e73637
Octal12014231274630253476667
Binary101000011000101100101011110011001101010111100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5062CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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