Html Css Color HEX #5B86CE Havelock Blue

📋 copy color: '#5B86CE'

red 91 ◦ green 134 ◦ blue 206

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

Shades of Havelock Blue #5B86CE

Tints of Havelock Blue #5B86CE

RGB

 RED value IS 91 (35.94% from 255) = 21.11%

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 21.11%
G = 31.09%
B = 47.8%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B86CE (or 0x5B86CE) is known color: Havelock Blue. HEX triplet: 5B, 86 and CE. RGB value is (91,134,206). Sum of RGB (Red+Green+Blue) = 91+134+206=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B86CE is #A47931. Grayscale: #818181. Windows color (decimal): -10778930 or 13534811. OLE color: 13534811.

HSL color Cylindrical-coordinate representation of color #5B86CE: hue angle of 217.57º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B86CE is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 134 206 -
CMYK 0.56 0.35 0 0.19
HSL 217.57º 0.54% 0.58% -
HSV(B) 217.57º 0.56% 0.81% -
XYZ 23.98 23.73 61.71 -
YUV 129.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 91 134 206 0.56 0.35 0 0.19 217.57 0.54 0.58
Hex 5B 86 CE 38 23 0 13 DA 36 3A
Octal 133 206 316 70 43 0 23 332 66 72
Binary 1011011 10000110 11001110 111000 100011 0 10011 11011010 110110 111010

Color Harmonies of #5B86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B86CE

Black with #5B86CE

Text Example


Text Example

White with #5B86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,134,206); }

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

background-color css

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

 a { background-color: rgb(91,134,206); }

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

border-color css

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

 span { border-color: rgb(91,134,206); }

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