Html Css Color HEX #5B7DB6 Havelock Blue

📋 copy color: '#5B7DB6'

red 91 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #5B7DB6

Tints of Havelock Blue #5B7DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 22.86%
G = 31.41%
B = 45.73%

CMYK

 C value IS 0.5

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5B7DB6 (or 0x5B7DB6) is known color: Havelock Blue. HEX triplet: 5B, 7D and B6. RGB value is (91,125,182). Sum of RGB (Red+Green+Blue) = 91+125+182=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B7DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DB6 is #A48249. Grayscale: #797979. Windows color (decimal): -10781258 or 11959643. OLE color: 11959643.

HSL color Cylindrical-coordinate representation of color #5B7DB6: hue angle of 217.58º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B7DB6 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 125 182 -
CMYK 0.5 0.31 0 0.29
HSL 217.58º 0.38% 0.54% -
HSV(B) 217.58º 0.5% 0.71% -
XYZ 20.09 20.27 47.11 -
YUV 121.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 91 125 182 0.5 0.31 0 0.29 217.58 0.38 0.54
Hex 5B 7D B6 32 1F 0 1D DA 26 36
Octal 133 175 266 62 37 0 35 332 46 66
Binary 1011011 1111101 10110110 110010 11111 0 11101 11011010 100110 110110

Color Harmonies of #5B7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7DB6

Black with #5B7DB6

Text Example


Text Example

White with #5B7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,125,182); }

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

background-color css

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

 a { background-color: rgb(91,125,182); }

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

border-color css

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

 span { border-color: rgb(91,125,182); }

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