Html Css Color HEX #597ACB Havelock Blue

📋 copy color: '#597ACB'

red 89 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #597ACB

Tints of Havelock Blue #597ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 21.5%
G = 29.47%
B = 49.03%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#597ACB (or 0x597ACB) is known color: Havelock Blue. HEX triplet: 59, 7A and CB. RGB value is (89,122,203). Sum of RGB (Red+Green+Blue) = 89+122+203=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #597ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ACB is #A68534. Grayscale: #797979. Windows color (decimal): -10913077 or 13335129. OLE color: 13335129.

HSL color Cylindrical-coordinate representation of color #597ACB: hue angle of 222.63º degrees, saturation: 0.52, 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 #597ACB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 122 203 -
CMYK 0.56 0.40 0 0.20
HSL 222.63º 0.52% 0.57% -
HSV(B) 222.63º 0.56% 0.8% -
XYZ 21.86 20.35 59.28 -
YUV 121.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 89 122 203 0.56 0.40 0 0.20 222.63 0.52 0.57
Hex 59 7A CB 38 28 0 14 DF 34 39
Octal 131 172 313 70 50 0 24 337 64 71
Binary 1011001 1111010 11001011 111000 101000 0 10100 11011111 110100 111001

Color Harmonies of #597ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597ACB

Black with #597ACB

Text Example


Text Example

White with #597ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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