Html Css Color HEX #597AB0 Havelock Blue

📋 copy color: '#597AB0'

red 89 ◦ green 122 ◦ blue 176

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

Shades of Havelock Blue #597AB0

Tints of Havelock Blue #597AB0

RGB

 RED value IS 89 (35.16% from 255) = 23%

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

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 23%
G = 31.52%
B = 45.48%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#597AB0 (or 0x597AB0) is known color: Havelock Blue. HEX triplet: 59, 7A and B0. RGB value is (89,122,176). Sum of RGB (Red+Green+Blue) = 89+122+176=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #597AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AB0 is #A6854F. Grayscale: #767676. Windows color (decimal): -10913104 or 11565657. OLE color: 11565657.

HSL color Cylindrical-coordinate representation of color #597AB0: hue angle of 217.24º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597AB0 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 122 176 -
CMYK 0.49 0.31 0 0.31
HSL 217.24º 0.36% 0.52% -
HSV(B) 217.24º 0.49% 0.69% -
XYZ 18.92 19.18 43.78 -
YUV 118.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 89 122 176 0.49 0.31 0 0.31 217.24 0.36 0.52
Hex 59 7A B0 31 1F 0 1F D9 24 34
Octal 131 172 260 61 37 0 37 331 44 64
Binary 1011001 1111010 10110000 110001 11111 0 11111 11011001 100100 110100

Color Harmonies of #597AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AB0

Black with #597AB0

Text Example


Text Example

White with #597AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597AB0; }

 p { color: rgb(89,122,176); }

 H1.HeaderClassName
 {
   color: #597AB0;
 }
 .AnyTagClassName
 {
   color: #597AB0;
 }
</style>

background-color css

<style>
 a { background-color: #597AB0; }

 a { background-color: rgb(89,122,176); }

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

border-color css

<style>
 span { border-color: #597AB0; }

 span { border-color: rgb(89,122,176); }

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