Html Css Color HEX #597FD0 Havelock Blue

📋 copy color: '#597FD0'

red 89 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #597FD0

Tints of Havelock Blue #597FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 20.99%
G = 29.95%
B = 49.06%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#597FD0 (or 0x597FD0) is known color: Havelock Blue. HEX triplet: 59, 7F and D0. RGB value is (89,127,208). Sum of RGB (Red+Green+Blue) = 89+127+208=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #597FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FD0 is #A6802F. Grayscale: #7C7C7C. Windows color (decimal): -10911792 or 13664089. OLE color: 13664089.

HSL color Cylindrical-coordinate representation of color #597FD0: hue angle of 220.84º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597FD0 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 127 208 -
CMYK 0.57 0.39 0 0.18
HSL 220.84º 0.56% 0.58% -
HSV(B) 220.84º 0.57% 0.82% -
XYZ 23.09 21.86 62.68 -
YUV 124.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 89 127 208 0.57 0.39 0 0.18 220.84 0.56 0.58
Hex 59 7F D0 39 27 0 12 DD 38 3A
Octal 131 177 320 71 47 0 22 335 70 72
Binary 1011001 1111111 11010000 111001 100111 0 10010 11011101 111000 111010

Color Harmonies of #597FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FD0

Black with #597FD0

Text Example


Text Example

White with #597FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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