Html Css Color HEX #5478BA Havelock Blue

📋 copy color: '#5478BA'

red 84 ◦ green 120 ◦ blue 186

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

Shades of Havelock Blue #5478BA

Tints of Havelock Blue #5478BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 21.54%
G = 30.77%
B = 47.69%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5478BA (or 0x5478BA) is known color: Havelock Blue. HEX triplet: 54, 78 and BA. RGB value is (84,120,186). Sum of RGB (Red+Green+Blue) = 84+120+186=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #5478BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5478BA is #AB8745. Grayscale: #747474. Windows color (decimal): -11241286 or 12220500. OLE color: 12220500.

HSL color Cylindrical-coordinate representation of color #5478BA: hue angle of 218.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5478BA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 120 186 -
CMYK 0.55 0.35 0 0.27
HSL 218.82º 0.43% 0.53% -
HSV(B) 218.82º 0.55% 0.73% -
XYZ 19.24 18.86 49.08 -
YUV 116.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 84 120 186 0.55 0.35 0 0.27 218.82 0.43 0.53
Hex 54 78 BA 37 23 0 1B DB 2A 35
Octal 124 170 272 67 43 0 33 333 52 65
Binary 1010100 1111000 10111010 110111 100011 0 11011 11011011 101010 110101

Color Harmonies of #5478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5478BA

Black with #5478BA

Text Example


Text Example

White with #5478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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