Html Css Color HEX #5478CD Havelock Blue

📋 copy color: '#5478CD'

red 84 ◦ green 120 ◦ blue 205

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

Shades of Havelock Blue #5478CD

Tints of Havelock Blue #5478CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

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

R = 20.54%
G = 29.34%
B = 50.12%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5478CD (or 0x5478CD) is known color: Havelock Blue. HEX triplet: 54, 78 and CD. RGB value is (84,120,205). Sum of RGB (Red+Green+Blue) = 84+120+205=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5478CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478CD is #AB8732. Grayscale: #767676. Windows color (decimal): -11241267 or 13465684. OLE color: 13465684.

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

Color convert

RGB 84 120 205 -
CMYK 0.59 0.41 0 0.20
HSL 222.15º 0.55% 0.57% -
HSV(B) 222.15º 0.59% 0.8% -
XYZ 21.39 19.73 60.44 -
YUV 118.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 84 120 205 0.59 0.41 0 0.20 222.15 0.55 0.57
Hex 54 78 CD 3B 29 0 14 DE 37 39
Octal 124 170 315 73 51 0 24 336 67 71
Binary 1010100 1111000 11001101 111011 101001 0 10100 11011110 110111 111001

Color Harmonies of #5478CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5478CD

Black with #5478CD

Text Example


Text Example

White with #5478CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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