Html Css Color HEX #597FDC Havelock Blue

📋 copy color: '#597FDC'

red 89 ◦ green 127 ◦ blue 220

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

Shades of Havelock Blue #597FDC

Tints of Havelock Blue #597FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 20.41%
G = 29.13%
B = 50.46%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#597FDC (or 0x597FDC) is known color: Havelock Blue. HEX triplet: 59, 7F and DC. RGB value is (89,127,220). Sum of RGB (Red+Green+Blue) = 89+127+220=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #597FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FDC is #A68023. Grayscale: #7D7D7D. Windows color (decimal): -10911780 or 14450521. OLE color: 14450521.

HSL color Cylindrical-coordinate representation of color #597FDC: hue angle of 222.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #597FDC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 127 220 -
CMYK 0.60 0.42 0 0.14
HSL 222.6º 0.65% 0.61% -
HSV(B) 222.6º 0.6% 0.86% -
XYZ 24.63 22.47 70.75 -
YUV 126.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 89 127 220 0.60 0.42 0 0.14 222.6 0.65 0.61
Hex 59 7F DC 3C 2A 0 E DF 41 3D
Octal 131 177 334 74 52 0 16 337 101 75
Binary 1011001 1111111 11011100 111100 101010 0 1110 11011111 1000001 111101

Color Harmonies of #597FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FDC

Black with #597FDC

Text Example


Text Example

White with #597FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,127,220); }

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

background-color css

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

 a { background-color: rgb(89,127,220); }

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

border-color css

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

 span { border-color: rgb(89,127,220); }

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