Html Css Color HEX #5486DC Havelock Blue

📋 copy color: '#5486DC'

red 84 ◦ green 134 ◦ blue 220

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

Shades of Havelock Blue #5486DC

Tints of Havelock Blue #5486DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 19.18%
G = 30.59%
B = 50.23%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5486DC (or 0x5486DC) is known color: Havelock Blue. HEX triplet: 54, 86 and DC. RGB value is (84,134,220). Sum of RGB (Red+Green+Blue) = 84+134+220=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5486DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486DC is #AB7923. Grayscale: #808080. Windows color (decimal): -11237668 or 14452308. OLE color: 14452308.

HSL color Cylindrical-coordinate representation of color #5486DC: hue angle of 217.94º 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 #5486DC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 134 220 -
CMYK 0.62 0.39 0 0.14
HSL 217.94º 0.66% 0.6% -
HSV(B) 217.94º 0.62% 0.86% -
XYZ 25.1 24.1 71.04 -
YUV 128.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 84 134 220 0.62 0.39 0 0.14 217.94 0.66 0.6
Hex 54 86 DC 3E 27 0 E DA 42 3C
Octal 124 206 334 76 47 0 16 332 102 74
Binary 1010100 10000110 11011100 111110 100111 0 1110 11011010 1000010 111100

Color Harmonies of #5486DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486DC

Black with #5486DC

Text Example


Text Example

White with #5486DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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