Html Css Color HEX #597ACD Havelock Blue

📋 copy color: '#597ACD'

red 89 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #597ACD

Tints of Havelock Blue #597ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 21.39%
G = 29.33%
B = 49.28%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#597ACD (or 0x597ACD) is known color: Havelock Blue. HEX triplet: 59, 7A and CD. RGB value is (89,122,205). Sum of RGB (Red+Green+Blue) = 89+122+205=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #597ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ACD is #A68532. Grayscale: #797979. Windows color (decimal): -10913075 or 13466201. OLE color: 13466201.

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

Color convert

RGB 89 122 205 -
CMYK 0.57 0.40 0 0.20
HSL 222.93º 0.54% 0.58% -
HSV(B) 222.93º 0.57% 0.8% -
XYZ 22.1 20.45 60.54 -
YUV 121.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 89 122 205 0.57 0.40 0 0.20 222.93 0.54 0.58
Hex 59 7A CD 39 28 0 14 DF 36 3A
Octal 131 172 315 71 50 0 24 337 66 72
Binary 1011001 1111010 11001101 111001 101000 0 10100 11011111 110110 111010

Color Harmonies of #597ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597ACD

Black with #597ACD

Text Example


Text Example

White with #597ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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