Html Css Color HEX #597BC0 Havelock Blue

📋 copy color: '#597BC0'

red 89 ◦ green 123 ◦ blue 192

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

Shades of Havelock Blue #597BC0

Tints of Havelock Blue #597BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 22.03%
G = 30.45%
B = 47.52%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#597BC0 (or 0x597BC0) is known color: Havelock Blue. HEX triplet: 59, 7B and C0. RGB value is (89,123,192). Sum of RGB (Red+Green+Blue) = 89+123+192=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #597BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BC0 is #A6843F. Grayscale: #787878. Windows color (decimal): -10912832 or 12614489. OLE color: 12614489.

HSL color Cylindrical-coordinate representation of color #597BC0: hue angle of 220.19º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597BC0 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 123 192 -
CMYK 0.54 0.36 0 0.25
HSL 220.19º 0.45% 0.55% -
HSV(B) 220.19º 0.54% 0.75% -
XYZ 20.72 20.1 52.66 -
YUV 120.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 89 123 192 0.54 0.36 0 0.25 220.19 0.45 0.55
Hex 59 7B C0 36 24 0 19 DC 2D 37
Octal 131 173 300 66 44 0 31 334 55 67
Binary 1011001 1111011 11000000 110110 100100 0 11001 11011100 101101 110111

Color Harmonies of #597BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597BC0

Black with #597BC0

Text Example


Text Example

White with #597BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,123,192); }

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

background-color css

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

 a { background-color: rgb(89,123,192); }

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

border-color css

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

 span { border-color: rgb(89,123,192); }

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