Html Css Color HEX #5B7FB8 Havelock Blue

📋 copy color: '#5B7FB8'

red 91 ◦ green 127 ◦ blue 184

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

Shades of Havelock Blue #5B7FB8

Tints of Havelock Blue #5B7FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 22.64%
G = 31.59%
B = 45.77%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5B7FB8 (or 0x5B7FB8) is known color: Havelock Blue. HEX triplet: 5B, 7F and B8. RGB value is (91,127,184). Sum of RGB (Red+Green+Blue) = 91+127+184=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B7FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FB8 is #A48047. Grayscale: #7A7A7A. Windows color (decimal): -10780744 or 12091227. OLE color: 12091227.

HSL color Cylindrical-coordinate representation of color #5B7FB8: hue angle of 216.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B7FB8 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 91 127 184 -
CMYK 0.51 0.31 0 0.28
HSL 216.77º 0.4% 0.54% -
HSV(B) 216.77º 0.51% 0.72% -
XYZ 20.56 20.86 48.29 -
YUV 122.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 91 127 184 0.51 0.31 0 0.28 216.77 0.4 0.54
Hex 5B 7F B8 33 1F 0 1C D9 28 36
Octal 133 177 270 63 37 0 34 331 50 66
Binary 1011011 1111111 10111000 110011 11111 0 11100 11011001 101000 110110

Color Harmonies of #5B7FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FB8

Black with #5B7FB8

Text Example


Text Example

White with #5B7FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,127,184); }

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

background-color css

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

 a { background-color: rgb(91,127,184); }

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

border-color css

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

 span { border-color: rgb(91,127,184); }

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