Html Css Color HEX #597CCC Havelock Blue

📋 copy color: '#597CCC'

red 89 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #597CCC

Tints of Havelock Blue #597CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 21.34%
G = 29.74%
B = 48.92%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#597CCC (or 0x597CCC) is known color: Havelock Blue. HEX triplet: 59, 7C and CC. RGB value is (89,124,204). Sum of RGB (Red+Green+Blue) = 89+124+204=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #597CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CCC is #A68333. Grayscale: #7A7A7A. Windows color (decimal): -10912564 or 13401177. OLE color: 13401177.

HSL color Cylindrical-coordinate representation of color #597CCC: hue angle of 221.74º degrees, saturation: 0.53, 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 #597CCC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 124 204 -
CMYK 0.56 0.39 0 0.2
HSL 221.74º 0.53% 0.57% -
HSV(B) 221.74º 0.56% 0.8% -
XYZ 22.23 20.9 59.99 -
YUV 122.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 89 124 204 0.56 0.39 0 0.2 221.74 0.53 0.57
Hex 59 7C CC 38 27 0 14 DE 35 39
Octal 131 174 314 70 47 0 24 336 65 71
Binary 1011001 1111100 11001100 111000 100111 0 10100 11011110 110101 111001

Color Harmonies of #597CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597CCC

Black with #597CCC

Text Example


Text Example

White with #597CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,124,204); }

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

background-color css

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

 a { background-color: rgb(89,124,204); }

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

border-color css

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

 span { border-color: rgb(89,124,204); }

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