Html Css Color HEX #5A7AAE Havelock Blue

📋 copy color: '#5A7AAE'

red 90 ◦ green 122 ◦ blue 174

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

Shades of Havelock Blue #5A7AAE

Tints of Havelock Blue #5A7AAE

RGB

 RED value IS 90 (35.55% from 255) = 23.32%

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

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

R = 23.32%
G = 31.61%
B = 45.08%

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

#5A7AAE (or 0x5A7AAE) is known color: Havelock Blue. HEX triplet: 5A, 7A and AE. RGB value is (90,122,174). Sum of RGB (Red+Green+Blue) = 90+122+174=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7AAE is #A58551. Grayscale: #767676. Windows color (decimal): -10847570 or 11434586. OLE color: 11434586.

HSL color Cylindrical-coordinate representation of color #5A7AAE: hue angle of 217.14º 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 #5A7AAE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 122 174 -
CMYK 0.48 0.30 0 0.32
HSL 217.14º 0.34% 0.52% -
HSV(B) 217.14º 0.48% 0.68% -
XYZ 18.82 19.15 42.75 -
YUV 118.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 90 122 174 0.48 0.30 0 0.32 217.14 0.34 0.52
Hex 5A 7A AE 30 1E 0 20 D9 22 34
Octal 132 172 256 60 36 0 40 331 42 64
Binary 1011010 1111010 10101110 110000 11110 0 100000 11011001 100010 110100

Color Harmonies of #5A7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7AAE

Black with #5A7AAE

Text Example


Text Example

White with #5A7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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