#508CCA

Color #508CCA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #508CCA

Tints of Havelock Blue #508CCA

Color information

#508CCA (or 0x508CCA) is unknown color: approx Havelock Blue. HEX triplet: 50, 8C and CA. RGB value is (80,140,202). Sum of RGB (Red+Green+Blue) = 80+140+202=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #508CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CCA is #AF7335. Grayscale: #808080. Windows color (decimal): -11498294 or 13274192. OLE color: 13274192.

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

Color convert

RGB80140202-
CMYK0.600.3100.21
HSL210.49º53.51%55.29%-
HSV(B)210.49º60.4%79.22%-
XYZ23.3524.7359.42-
YUV129.13169.1292.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=18.96%
G=33.18%
B=47.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801402020.600.3100.21210.4953.5155.29
Hex508CCA3C1F015d23637
Octal12021431274370253226667
Binary101000010001100110010101111001111101010111010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508CCA; }

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

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

<style>
 a { background-color: #508CCA; }

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

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

<style>
 span { border-color: #508CCA; }

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

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