Html Css Color HEX #5B7DBA Havelock Blue

📋 copy color: '#5B7DBA'

red 91 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #5B7DBA

Tints of Havelock Blue #5B7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 22.64%
G = 31.09%
B = 46.27%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B7DBA (or 0x5B7DBA) is known color: Havelock Blue. HEX triplet: 5B, 7D and BA. RGB value is (91,125,186). Sum of RGB (Red+Green+Blue) = 91+125+186=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DBA is #A48245. Grayscale: #797979. Windows color (decimal): -10781254 or 12221787. OLE color: 12221787.

HSL color Cylindrical-coordinate representation of color #5B7DBA: hue angle of 218.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B7DBA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 125 186 -
CMYK 0.51 0.33 0 0.27
HSL 218.53º 0.41% 0.54% -
HSV(B) 218.53º 0.51% 0.73% -
XYZ 20.51 20.44 49.32 -
YUV 121.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 91 125 186 0.51 0.33 0 0.27 218.53 0.41 0.54
Hex 5B 7D BA 33 21 0 1B DB 29 36
Octal 133 175 272 63 41 0 33 333 51 66
Binary 1011011 1111101 10111010 110011 100001 0 11011 11011011 101001 110110

Color Harmonies of #5B7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7DBA

Black with #5B7DBA

Text Example


Text Example

White with #5B7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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