Html Css Color HEX #5A7AB2 Havelock Blue

📋 copy color: '#5A7AB2'

red 90 ◦ green 122 ◦ blue 178

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

Shades of Havelock Blue #5A7AB2

Tints of Havelock Blue #5A7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.64%

R = 23.08%
G = 31.28%
B = 45.64%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5A7AB2 (or 0x5A7AB2) is known color: Havelock Blue. HEX triplet: 5A, 7A and B2. RGB value is (90,122,178). Sum of RGB (Red+Green+Blue) = 90+122+178=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #5A7AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7AB2 is #A5854D. Grayscale: #767676. Windows color (decimal): -10847566 or 11696730. OLE color: 11696730.

HSL color Cylindrical-coordinate representation of color #5A7AB2: hue angle of 218.18º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A7AB2 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 122 178 -
CMYK 0.49 0.31 0 0.30
HSL 218.18º 0.36% 0.53% -
HSV(B) 218.18º 0.49% 0.7% -
XYZ 19.21 19.31 44.83 -
YUV 118.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 90 122 178 0.49 0.31 0 0.30 218.18 0.36 0.53
Hex 5A 7A B2 31 1F 0 1E DA 24 35
Octal 132 172 262 61 37 0 36 332 44 65
Binary 1011010 1111010 10110010 110001 11111 0 11110 11011010 100100 110101

Color Harmonies of #5A7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7AB2

Black with #5A7AB2

Text Example


Text Example

White with #5A7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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