Html Css Color HEX #597AD5 Havelock Blue

📋 copy color: '#597AD5'

red 89 ◦ green 122 ◦ blue 213

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

Shades of Havelock Blue #597AD5

Tints of Havelock Blue #597AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 20.99%
G = 28.77%
B = 50.24%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#597AD5 (or 0x597AD5) is known color: Havelock Blue. HEX triplet: 59, 7A and D5. RGB value is (89,122,213). Sum of RGB (Red+Green+Blue) = 89+122+213=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #597AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AD5 is #A6852A. Grayscale: #7A7A7A. Windows color (decimal): -10913067 or 13990489. OLE color: 13990489.

HSL color Cylindrical-coordinate representation of color #597AD5: hue angle of 224.03º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597AD5 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 122 213 -
CMYK 0.58 0.43 0 0.16
HSL 224.03º 0.6% 0.59% -
HSV(B) 224.03º 0.58% 0.84% -
XYZ 23.09 20.85 65.76 -
YUV 122.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 89 122 213 0.58 0.43 0 0.16 224.03 0.6 0.59
Hex 59 7A D5 3A 2B 0 10 E0 3C 3B
Octal 131 172 325 72 53 0 20 340 74 73
Binary 1011001 1111010 11010101 111010 101011 0 10000 11100000 111100 111011

Color Harmonies of #597AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AD5

Black with #597AD5

Text Example


Text Example

White with #597AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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