Html Css Color HEX #597BAF Havelock Blue

📋 copy color: '#597BAF'

red 89 ◦ green 123 ◦ blue 175

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

Shades of Havelock Blue #597BAF

Tints of Havelock Blue #597BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 23%
G = 31.78%
B = 45.22%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#597BAF (or 0x597BAF) is known color: Havelock Blue. HEX triplet: 59, 7B and AF. RGB value is (89,123,175). Sum of RGB (Red+Green+Blue) = 89+123+175=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #597BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BAF is #A68450. Grayscale: #767676. Windows color (decimal): -10912849 or 11500377. OLE color: 11500377.

HSL color Cylindrical-coordinate representation of color #597BAF: hue angle of 216.28º degrees, saturation: 0.35, 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 #597BAF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 123 175 -
CMYK 0.49 0.30 0 0.31
HSL 216.28º 0.35% 0.52% -
HSV(B) 216.28º 0.49% 0.69% -
XYZ 18.94 19.38 43.3 -
YUV 118.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 89 123 175 0.49 0.30 0 0.31 216.28 0.35 0.52
Hex 59 7B AF 31 1E 0 1F D8 23 34
Octal 131 173 257 61 36 0 37 330 43 64
Binary 1011001 1111011 10101111 110001 11110 0 11111 11011000 100011 110100

Color Harmonies of #597BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597BAF

Black with #597BAF

Text Example


Text Example

White with #597BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,123,175); }

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

background-color css

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

 a { background-color: rgb(89,123,175); }

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

border-color css

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

 span { border-color: rgb(89,123,175); }

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