#5078CB

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

Shades of Havelock Blue #5078CB

Tints of Havelock Blue #5078CB

Color information

#5078CB (or 0x5078CB) is unknown color: approx Havelock Blue. HEX triplet: 50, 78 and CB. RGB value is (80,120,203). Sum of RGB (Red+Green+Blue) = 80+120+203=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5078CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078CB is #AF8734. Grayscale: #757575. Windows color (decimal): -11503413 or 13334608. OLE color: 13334608.

HSL color Cylindrical-coordinate representation of color #5078CB: hue angle of 220.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5078CB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB80120203-
CMYK0.610.4100.20
HSL220.49º54.19%55.49%-
HSV(B)220.49º60.59%79.61%-
XYZ20.819.4559.16-
YUV117.5176.25101.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=19.85%
G=29.78%
B=50.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801202030.610.4100.20220.4954.1955.49
Hex5078CB3D29014dc3637
Octal12017031375510243346667
Binary101000011110001100101111110110100101010011011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5078CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5078CB; }

 p { color: rgb(80,120,203); }

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

<style>
 a { background-color: #5078CB; }

 a { background-color: rgb(80,120,203); }

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

<style>
 span { border-color: #5078CB; }

 span { border-color: rgb(80,120,203); }

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