Html Css Color HEX #5B7DBF Havelock Blue

📋 copy color: '#5B7DBF'

red 91 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #5B7DBF

Tints of Havelock Blue #5B7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 22.36%
G = 30.71%
B = 46.93%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B7DBF (or 0x5B7DBF) is known color: Havelock Blue. HEX triplet: 5B, 7D and BF. RGB value is (91,125,191). Sum of RGB (Red+Green+Blue) = 91+125+191=407 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.36% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7DBF is #A48240. Grayscale: #7A7A7A. Windows color (decimal): -10781249 or 12549467. OLE color: 12549467.

HSL color Cylindrical-coordinate representation of color #5B7DBF: hue angle of 219.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B7DBF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 125 191 -
CMYK 0.52 0.35 0 0.25
HSL 219.6º 0.44% 0.55% -
HSV(B) 219.6º 0.52% 0.75% -
XYZ 21.05 20.65 52.17 -
YUV 122.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 91 125 191 0.52 0.35 0 0.25 219.6 0.44 0.55
Hex 5B 7D BF 34 23 0 19 DC 2C 37
Octal 133 175 277 64 43 0 31 334 54 67
Binary 1011011 1111101 10111111 110100 100011 0 11001 11011100 101100 110111

Color Harmonies of #5B7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7DBF

Black with #5B7DBF

Text Example


Text Example

White with #5B7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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