Html Css Color HEX #5481BE Havelock Blue

📋 copy color: '#5481BE'

red 84 ◦ green 129 ◦ blue 190

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

Shades of Havelock Blue #5481BE

Tints of Havelock Blue #5481BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 20.84%
G = 32.01%
B = 47.15%

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

#5481BE (or 0x5481BE) is known color: Havelock Blue. HEX triplet: 54, 81 and BE. RGB value is (84,129,190). Sum of RGB (Red+Green+Blue) = 84+129+190=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5481BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481BE is #AB7E41. Grayscale: #7A7A7A. Windows color (decimal): -11238978 or 12484948. OLE color: 12484948.

HSL color Cylindrical-coordinate representation of color #5481BE: hue angle of 214.53º degrees, saturation: 0.45, 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 #5481BE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 129 190 -
CMYK 0.56 0.32 0 0.25
HSL 214.53º 0.45% 0.54% -
HSV(B) 214.53º 0.56% 0.75% -
XYZ 20.8 21.3 51.73 -
YUV 122.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 84 129 190 0.56 0.32 0 0.25 214.53 0.45 0.54
Hex 54 81 BE 38 20 0 19 D7 2D 36
Octal 124 201 276 70 40 0 31 327 55 66
Binary 1010100 10000001 10111110 111000 100000 0 11001 11010111 101101 110110

Color Harmonies of #5481BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481BE

Black with #5481BE

Text Example


Text Example

White with #5481BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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