Html Css Color HEX #597ACC Havelock Blue

📋 copy color: '#597ACC'

red 89 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #597ACC

Tints of Havelock Blue #597ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 21.45%
G = 29.4%
B = 49.16%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#597ACC (or 0x597ACC) is known color: Havelock Blue. HEX triplet: 59, 7A and CC. RGB value is (89,122,204). Sum of RGB (Red+Green+Blue) = 89+122+204=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #597ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ACC is #A68533. Grayscale: #797979. Windows color (decimal): -10913076 or 13400665. OLE color: 13400665.

HSL color Cylindrical-coordinate representation of color #597ACC: hue angle of 222.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597ACC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 122 204 -
CMYK 0.56 0.40 0 0.2
HSL 222.78º 0.53% 0.57% -
HSV(B) 222.78º 0.56% 0.8% -
XYZ 21.98 20.4 59.91 -
YUV 121.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 89 122 204 0.56 0.40 0 0.2 222.78 0.53 0.57
Hex 59 7A CC 38 28 0 14 DF 35 39
Octal 131 172 314 70 50 0 24 337 65 71
Binary 1011001 1111010 11001100 111000 101000 0 10100 11011111 110101 111001

Color Harmonies of #597ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597ACC

Black with #597ACC

Text Example


Text Example

White with #597ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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