Html Css Color HEX #597270 William

📋 copy color: '#597270'

red 89 ◦ green 114 ◦ blue 112

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

Shades of William #597270

Tints of William #597270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 28.25%
G = 36.19%
B = 35.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#597270 (or 0x597270) is known color: William. HEX triplet: 59, 72 and 70. RGB value is (89,114,112). Sum of RGB (Red+Green+Blue) = 89+114+112=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #597270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597270 is #A68D8F. Grayscale: #6A6A6A. Windows color (decimal): -10915216 or 7369305. OLE color: 7369305.

HSL color Cylindrical-coordinate representation of color #597270: hue angle of 175.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #597270 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 114 112 -
CMYK 0.22 0 0.02 0.55
HSL 175.2º 0.12% 0.4% -
HSV(B) 175.2º 0.22% 0.45% -
XYZ 13.06 15.33 17.6 -
YUV 106.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 89 114 112 0.22 0 0.02 0.55 175.2 0.12 0.4
Hex 59 72 70 16 0 2 37 AF C 28
Octal 131 162 160 26 0 2 67 257 14 50
Binary 1011001 1110010 1110000 10110 0 10 110111 10101111 1100 101000

Color Harmonies of #597270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597270

Black with #597270

Text Example


Text Example

White with #597270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597270; }

 p { color: rgb(89,114,112); }

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

background-color css

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

 a { background-color: rgb(89,114,112); }

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

border-color css

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

 span { border-color: rgb(89,114,112); }

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