Html Css Color HEX #5486CA Havelock Blue

📋 copy color: '#5486CA'

red 84 ◦ green 134 ◦ blue 202

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

Shades of Havelock Blue #5486CA

Tints of Havelock Blue #5486CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 20%
G = 31.9%
B = 48.1%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5486CA (or 0x5486CA) is known color: Havelock Blue. HEX triplet: 54, 86 and CA. RGB value is (84,134,202). Sum of RGB (Red+Green+Blue) = 84+134+202=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5486CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5486CA is #AB7935. Grayscale: #7E7E7E. Windows color (decimal): -11237686 or 13272660. OLE color: 13272660.

HSL color Cylindrical-coordinate representation of color #5486CA: hue angle of 214.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5486CA is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 134 202 -
CMYK 0.58 0.34 0 0.21
HSL 214.58º 0.53% 0.56% -
HSV(B) 214.58º 0.58% 0.79% -
XYZ 22.84 23.2 59.15 -
YUV 126.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 84 134 202 0.58 0.34 0 0.21 214.58 0.53 0.56
Hex 54 86 CA 3A 22 0 15 D7 35 38
Octal 124 206 312 72 42 0 25 327 65 70
Binary 1010100 10000110 11001010 111010 100010 0 10101 11010111 110101 111000

Color Harmonies of #5486CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5486CA

Black with #5486CA

Text Example


Text Example

White with #5486CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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