Html Css Color HEX #5477CD Havelock Blue

📋 copy color: '#5477CD'

red 84 ◦ green 119 ◦ blue 205

#5477CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5477CD

Tints of Havelock Blue #5477CD

RGB

 RED value IS 84 (33.2% from 255) = 20.59%

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 20.59%
G = 29.17%
B = 50.25%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5477CD (or 0x5477CD) is known color: Havelock Blue. HEX triplet: 54, 77 and CD. RGB value is (84,119,205). Sum of RGB (Red+Green+Blue) = 84+119+205=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5477CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477CD is #AB8832. Grayscale: #757575. Windows color (decimal): -11241523 or 13465428. OLE color: 13465428.

HSL color Cylindrical-coordinate representation of color #5477CD: hue angle of 222.64º 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 #5477CD is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 119 205 -
CMYK 0.59 0.42 0 0.20
HSL 222.64º 0.55% 0.57% -
HSV(B) 222.64º 0.59% 0.8% -
XYZ 21.27 19.49 60.4 -
YUV 118.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 84 119 205 0.59 0.42 0 0.20 222.64 0.55 0.57
Hex 54 77 CD 3B 2A 0 14 DF 37 39
Octal 124 167 315 73 52 0 24 337 67 71
Binary 1010100 1110111 11001101 111011 101010 0 10100 11011111 110111 111001

Color Harmonies of #5477CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477CD

Black with #5477CD

Text Example


Text Example

White with #5477CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5477CD; }

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

 H1.HeaderClassName
 {
   color: #5477CD;
 }
 .AnyTagClassName
 {
   color: #5477CD;
 }
</style>

background-color css

<style>
 a { background-color: #5477CD; }

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

 div.DivClassName
 {
   background-color: #5477CD;
 }
 .BgClassName
 {
   background-color: #5477CD;
 }
</style>

border-color css

<style>
 span { border-color: #5477CD; }

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

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