Html Css Color HEX #5479BC Havelock Blue

📋 copy color: '#5479BC'

red 84 ◦ green 121 ◦ blue 188

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

Shades of Havelock Blue #5479BC

Tints of Havelock Blue #5479BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 21.37%
G = 30.79%
B = 47.84%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5479BC (or 0x5479BC) is known color: Havelock Blue. HEX triplet: 54, 79 and BC. RGB value is (84,121,188). Sum of RGB (Red+Green+Blue) = 84+121+188=393 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.37% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5479BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479BC is #AB8643. Grayscale: #757575. Windows color (decimal): -11241028 or 12351828. OLE color: 12351828.

HSL color Cylindrical-coordinate representation of color #5479BC: hue angle of 218.65º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5479BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 121 188 -
CMYK 0.55 0.36 0 0.26
HSL 218.65º 0.44% 0.53% -
HSV(B) 218.65º 0.55% 0.74% -
XYZ 19.57 19.19 50.25 -
YUV 117.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 84 121 188 0.55 0.36 0 0.26 218.65 0.44 0.53
Hex 54 79 BC 37 24 0 1A DB 2C 35
Octal 124 171 274 67 44 0 32 333 54 65
Binary 1010100 1111001 10111100 110111 100100 0 11010 11011011 101100 110101

Color Harmonies of #5479BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5479BC

Black with #5479BC

Text Example


Text Example

White with #5479BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5479BC;
 }
 .AnyTagClassName
 {
   color: #5479BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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