Html Css Color HEX #5A86D6 Havelock Blue

📋 copy color: '#5A86D6'

red 90 ◦ green 134 ◦ blue 214

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

Shades of Havelock Blue #5A86D6

Tints of Havelock Blue #5A86D6

RGB

 RED value IS 90 (35.55% from 255) = 20.55%

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 20.55%
G = 30.59%
B = 48.86%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A86D6 (or 0x5A86D6) is known color: Havelock Blue. HEX triplet: 5A, 86 and D6. RGB value is (90,134,214). Sum of RGB (Red+Green+Blue) = 90+134+214=438 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.55% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A86D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A86D6 is #A57929. Grayscale: #818181. Windows color (decimal): -10844458 or 14059098. OLE color: 14059098.

HSL color Cylindrical-coordinate representation of color #5A86D6: hue angle of 218.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A86D6 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 134 214 -
CMYK 0.58 0.37 0 0.16
HSL 218.71º 0.6% 0.6% -
HSV(B) 218.71º 0.58% 0.84% -
XYZ 24.88 24.08 66.95 -
YUV 129.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 90 134 214 0.58 0.37 0 0.16 218.71 0.6 0.6
Hex 5A 86 D6 3A 25 0 10 DB 3C 3C
Octal 132 206 326 72 45 0 20 333 74 74
Binary 1011010 10000110 11010110 111010 100101 0 10000 11011011 111100 111100

Color Harmonies of #5A86D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A86D6

Black with #5A86D6

Text Example


Text Example

White with #5A86D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A86D6; }

 p { color: rgb(90,134,214); }

 H1.HeaderClassName
 {
   color: #5A86D6;
 }
 .AnyTagClassName
 {
   color: #5A86D6;
 }
</style>

background-color css

<style>
 a { background-color: #5A86D6; }

 a { background-color: rgb(90,134,214); }

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

border-color css

<style>
 span { border-color: #5A86D6; }

 span { border-color: rgb(90,134,214); }

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