#5479cd

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

Shades of Havelock Blue #5479CD

Tints of Havelock Blue #5479CD

Color information

#5479CD (or 0x5479CD) is unknown color: approx Havelock Blue. HEX triplet: 54, 79 and CD. RGB value is (84,121,205). Sum of RGB (Red+Green+Blue) = 84+121+205=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5479CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479CD is #AB8632. Grayscale: #777777. Windows color (decimal): -11241011 or 13465940. OLE color: 13465940.

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

Color convert

RGB84121205-
CMYK0.590.4100.20
HSL221.65º54.75%56.67%-
HSV(B)221.65º59.02%80.39%-
XYZ21.5119.9760.48-
YUV119.51176.24102.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 205 (80.47% from 255) = 50%
R=20.49%
G=29.51%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841212050.590.4100.20221.6554.7556.67
Hex5479CD3B29014de3739
Octal12417131573510243366771
Binary101010011110011100110111101110100101010011011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5479cd; }

 p { color: rgb(84,121,205); }

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

<style>
 a { background-color: #5479cd; }

 a { background-color: rgb(84,121,205); }

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

<style>
 span { border-color: #5479cd; }

 span { border-color: rgb(84,121,205); }

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