#507ECA

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

Shades of Havelock Blue #507ECA

Tints of Havelock Blue #507ECA

Color information

#507ECA (or 0x507ECA) is unknown color: approx Havelock Blue. HEX triplet: 50, 7E and CA. RGB value is (80,126,202). Sum of RGB (Red+Green+Blue) = 80+126+202=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #507ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ECA is #AF8135. Grayscale: #787878. Windows color (decimal): -11501878 or 13270608. OLE color: 13270608.

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

Color convert

RGB80126202-
CMYK0.600.3800.21
HSL217.38º53.51%55.29%-
HSV(B)217.38º60.4%79.22%-
XYZ21.4320.8958.78-
YUV120.91173.7698.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.61%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=19.61%
G=30.88%
B=49.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801262020.600.3800.21217.3853.5155.29
Hex507ECA3C26015d93637
Octal12017631274460253316667
Binary101000011111101100101011110010011001010111011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507ECA; }

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

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

<style>
 a { background-color: #507ECA; }

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

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

<style>
 span { border-color: #507ECA; }

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

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