Html Css Color HEX #5481BC Havelock Blue

📋 copy color: '#5481BC'

red 84 ◦ green 129 ◦ blue 188

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

Shades of Havelock Blue #5481BC

Tints of Havelock Blue #5481BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 20.95%
G = 32.17%
B = 46.88%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5481BC (or 0x5481BC) is known color: Havelock Blue. HEX triplet: 54, 81 and BC. RGB value is (84,129,188). Sum of RGB (Red+Green+Blue) = 84+129+188=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5481BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481BC is #AB7E43. Grayscale: #797979. Windows color (decimal): -11238980 or 12353876. OLE color: 12353876.

HSL color Cylindrical-coordinate representation of color #5481BC: hue angle of 214.04º 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 #5481BC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 129 188 -
CMYK 0.55 0.31 0 0.26
HSL 214.04º 0.44% 0.53% -
HSV(B) 214.04º 0.55% 0.74% -
XYZ 20.58 21.22 50.59 -
YUV 122.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 84 129 188 0.55 0.31 0 0.26 214.04 0.44 0.53
Hex 54 81 BC 37 1F 0 1A D6 2C 35
Octal 124 201 274 67 37 0 32 326 54 65
Binary 1010100 10000001 10111100 110111 11111 0 11010 11010110 101100 110101

Color Harmonies of #5481BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481BC

Black with #5481BC

Text Example


Text Example

White with #5481BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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