Html Css Color HEX #5481BF Havelock Blue

📋 copy color: '#5481BF'

red 84 ◦ green 129 ◦ blue 191

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

Shades of Havelock Blue #5481BF

Tints of Havelock Blue #5481BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 20.79%
G = 31.93%
B = 47.28%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5481BF (or 0x5481BF) is known color: Havelock Blue. HEX triplet: 54, 81 and BF. RGB value is (84,129,191). Sum of RGB (Red+Green+Blue) = 84+129+191=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #5481BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481BF is #AB7E40. Grayscale: #7A7A7A. Windows color (decimal): -11238977 or 12550484. OLE color: 12550484.

HSL color Cylindrical-coordinate representation of color #5481BF: hue angle of 214.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5481BF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 129 191 -
CMYK 0.56 0.32 0 0.25
HSL 214.77º 0.46% 0.54% -
HSV(B) 214.77º 0.56% 0.75% -
XYZ 20.91 21.35 52.31 -
YUV 122.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 84 129 191 0.56 0.32 0 0.25 214.77 0.46 0.54
Hex 54 81 BF 38 20 0 19 D7 2E 36
Octal 124 201 277 70 40 0 31 327 56 66
Binary 1010100 10000001 10111111 111000 100000 0 11001 11010111 101110 110110

Color Harmonies of #5481BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481BF

Black with #5481BF

Text Example


Text Example

White with #5481BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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