Html Css Color HEX #5B80CE Havelock Blue

📋 copy color: '#5B80CE'

red 91 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #5B80CE

Tints of Havelock Blue #5B80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 21.41%
G = 30.12%
B = 48.47%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B80CE (or 0x5B80CE) is known color: Havelock Blue. HEX triplet: 5B, 80 and CE. RGB value is (91,128,206). Sum of RGB (Red+Green+Blue) = 91+128+206=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B80CE is #A47F31. Grayscale: #7D7D7D. Windows color (decimal): -10780466 or 13533275. OLE color: 13533275.

HSL color Cylindrical-coordinate representation of color #5B80CE: hue angle of 220.7º 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 #5B80CE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 128 206 -
CMYK 0.56 0.38 0 0.19
HSL 220.7º 0.54% 0.58% -
HSV(B) 220.7º 0.56% 0.81% -
XYZ 23.17 22.12 61.44 -
YUV 125.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 91 128 206 0.56 0.38 0 0.19 220.7 0.54 0.58
Hex 5B 80 CE 38 26 0 13 DD 36 3A
Octal 133 200 316 70 46 0 23 335 66 72
Binary 1011011 10000000 11001110 111000 100110 0 10011 11011101 110110 111010

Color Harmonies of #5B80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B80CE

Black with #5B80CE

Text Example


Text Example

White with #5B80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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