Html Css Color HEX #597AC1 Havelock Blue

📋 copy color: '#597AC1'

red 89 ◦ green 122 ◦ blue 193

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

Shades of Havelock Blue #597AC1

Tints of Havelock Blue #597AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.77%

R = 22.03%
G = 30.2%
B = 47.77%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#597AC1 (or 0x597AC1) is known color: Havelock Blue. HEX triplet: 59, 7A and C1. RGB value is (89,122,193). Sum of RGB (Red+Green+Blue) = 89+122+193=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #597AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AC1 is #A6853E. Grayscale: #777777. Windows color (decimal): -10913087 or 12679769. OLE color: 12679769.

HSL color Cylindrical-coordinate representation of color #597AC1: hue angle of 220.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597AC1 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 122 193 -
CMYK 0.54 0.37 0 0.24
HSL 220.96º 0.46% 0.55% -
HSV(B) 220.96º 0.54% 0.76% -
XYZ 20.71 19.89 53.2 -
YUV 120.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 89 122 193 0.54 0.37 0 0.24 220.96 0.46 0.55
Hex 59 7A C1 36 25 0 18 DD 2E 37
Octal 131 172 301 66 45 0 30 335 56 67
Binary 1011001 1111010 11000001 110110 100101 0 11000 11011101 101110 110111

Color Harmonies of #597AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AC1

Black with #597AC1

Text Example


Text Example

White with #597AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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