Html Css Color HEX #5B7BAF Havelock Blue

📋 copy color: '#5B7BAF'

red 91 ◦ green 123 ◦ blue 175

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

Shades of Havelock Blue #5B7BAF

Tints of Havelock Blue #5B7BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 23.39%
G = 31.62%
B = 44.99%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B7BAF (or 0x5B7BAF) is known color: Havelock Blue. HEX triplet: 5B, 7B and AF. RGB value is (91,123,175). Sum of RGB (Red+Green+Blue) = 91+123+175=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B7BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7BAF is #A48450. Grayscale: #777777. Windows color (decimal): -10781777 or 11500379. OLE color: 11500379.

HSL color Cylindrical-coordinate representation of color #5B7BAF: hue angle of 217.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B7BAF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 123 175 -
CMYK 0.48 0.30 0 0.31
HSL 217.14º 0.34% 0.52% -
HSV(B) 217.14º 0.48% 0.69% -
XYZ 19.14 19.49 43.31 -
YUV 119.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 91 123 175 0.48 0.30 0 0.31 217.14 0.34 0.52
Hex 5B 7B AF 30 1E 0 1F D9 22 34
Octal 133 173 257 60 36 0 37 331 42 64
Binary 1011011 1111011 10101111 110000 11110 0 11111 11011001 100010 110100

Color Harmonies of #5B7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7BAF

Black with #5B7BAF

Text Example


Text Example

White with #5B7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,123,175); }

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

background-color css

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

 a { background-color: rgb(91,123,175); }

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

border-color css

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

 span { border-color: rgb(91,123,175); }

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