Html Css Color HEX #5B7AAE Havelock Blue

📋 copy color: '#5B7AAE'

red 91 ◦ green 122 ◦ blue 174

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

Shades of Havelock Blue #5B7AAE

Tints of Havelock Blue #5B7AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 23.51%
G = 31.52%
B = 44.96%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B7AAE (or 0x5B7AAE) is known color: Havelock Blue. HEX triplet: 5B, 7A and AE. RGB value is (91,122,174). Sum of RGB (Red+Green+Blue) = 91+122+174=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7AAE is #A48551. Grayscale: #767676. Windows color (decimal): -10782034 or 11434587. OLE color: 11434587.

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

Color convert

RGB 91 122 174 -
CMYK 0.48 0.30 0 0.32
HSL 217.59º 0.34% 0.52% -
HSV(B) 217.59º 0.48% 0.68% -
XYZ 18.91 19.2 42.75 -
YUV 118.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 91 122 174 0.48 0.30 0 0.32 217.59 0.34 0.52
Hex 5B 7A AE 30 1E 0 20 DA 22 34
Octal 133 172 256 60 36 0 40 332 42 64
Binary 1011011 1111010 10101110 110000 11110 0 100000 11011010 100010 110100

Color Harmonies of #5B7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7AAE

Black with #5B7AAE

Text Example


Text Example

White with #5B7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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