Html Css Color HEX #5B7AAC Havelock Blue

📋 copy color: '#5B7AAC'

red 91 ◦ green 122 ◦ blue 172

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

Shades of Havelock Blue #5B7AAC

Tints of Havelock Blue #5B7AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

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

R = 23.64%
G = 31.69%
B = 44.68%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B7AAC (or 0x5B7AAC) is known color: Havelock Blue. HEX triplet: 5B, 7A and AC. RGB value is (91,122,172). Sum of RGB (Red+Green+Blue) = 91+122+172=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAC is #A48553. Grayscale: #767676. Windows color (decimal): -10782036 or 11303515. OLE color: 11303515.

HSL color Cylindrical-coordinate representation of color #5B7AAC: hue angle of 217.04º 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 #5B7AAC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 122 172 -
CMYK 0.47 0.29 0 0.33
HSL 217.04º 0.33% 0.52% -
HSV(B) 217.04º 0.47% 0.67% -
XYZ 18.72 19.12 41.73 -
YUV 118.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 91 122 172 0.47 0.29 0 0.33 217.04 0.33 0.52
Hex 5B 7A AC 2F 1D 0 21 D9 21 34
Octal 133 172 254 57 35 0 41 331 41 64
Binary 1011011 1111010 10101100 101111 11101 0 100001 11011001 100001 110100

Color Harmonies of #5B7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7AAC

Black with #5B7AAC

Text Example


Text Example

White with #5B7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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