Html Css Color HEX #5B7BAC Havelock Blue

📋 copy color: '#5B7BAC'

red 91 ◦ green 123 ◦ blue 172

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

Shades of Havelock Blue #5B7BAC

Tints of Havelock Blue #5B7BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 23.58%
G = 31.87%
B = 44.56%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B7BAC (or 0x5B7BAC) is known color: Havelock Blue. HEX triplet: 5B, 7B and AC. RGB value is (91,123,172). Sum of RGB (Red+Green+Blue) = 91+123+172=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7BAC is #A48453. Grayscale: #767676. Windows color (decimal): -10781780 or 11303771. OLE color: 11303771.

HSL color Cylindrical-coordinate representation of color #5B7BAC: hue angle of 216.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B7BAC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 123 172 -
CMYK 0.47 0.28 0 0.33
HSL 216.3º 0.33% 0.52% -
HSV(B) 216.3º 0.47% 0.67% -
XYZ 18.84 19.37 41.78 -
YUV 119.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 91 123 172 0.47 0.28 0 0.33 216.3 0.33 0.52
Hex 5B 7B AC 2F 1C 0 21 D8 21 34
Octal 133 173 254 57 34 0 41 330 41 64
Binary 1011011 1111011 10101100 101111 11100 0 100001 11011000 100001 110100

Color Harmonies of #5B7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7BAC

Black with #5B7BAC

Text Example


Text Example

White with #5B7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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