Html Css Color HEX #5481DC Havelock Blue

📋 copy color: '#5481DC'

red 84 ◦ green 129 ◦ blue 220

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

Shades of Havelock Blue #5481DC

Tints of Havelock Blue #5481DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 19.4%
G = 29.79%
B = 50.81%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5481DC (or 0x5481DC) is known color: Havelock Blue. HEX triplet: 54, 81 and DC. RGB value is (84,129,220). Sum of RGB (Red+Green+Blue) = 84+129+220=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #5481DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5481DC is #AB7E23. Grayscale: #7D7D7D. Windows color (decimal): -11238948 or 14451028. OLE color: 14451028.

HSL color Cylindrical-coordinate representation of color #5481DC: hue angle of 220.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5481DC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 129 220 -
CMYK 0.62 0.41 0 0.14
HSL 220.15º 0.66% 0.6% -
HSV(B) 220.15º 0.62% 0.86% -
XYZ 24.42 22.75 70.81 -
YUV 125.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 84 129 220 0.62 0.41 0 0.14 220.15 0.66 0.6
Hex 54 81 DC 3E 29 0 E DC 42 3C
Octal 124 201 334 76 51 0 16 334 102 74
Binary 1010100 10000001 11011100 111110 101001 0 1110 11011100 1000010 111100

Color Harmonies of #5481DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5481DC

Black with #5481DC

Text Example


Text Example

White with #5481DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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