Html Css Color HEX #587070 William

📋 copy color: '#587070'

red 88 ◦ green 112 ◦ blue 112

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

Shades of William #587070

Tints of William #587070

RGB

 RED value IS 88 (34.77% from 255) = 28.21%

 GREEN value IS 112 (44.14% from 255) = 35.9%

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

R = 28.21%
G = 35.9%
B = 35.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#587070 (or 0x587070) is known color: William. HEX triplet: 58, 70 and 70. RGB value is (88,112,112). Sum of RGB (Red+Green+Blue) = 88+112+112=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #587070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #587070 is #A78F8F. Grayscale: #686868. Windows color (decimal): -10981264 or 7368792. OLE color: 7368792.

HSL color Cylindrical-coordinate representation of color #587070: hue angle of 180º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #587070 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 112 -
CMYK 0.21 0 0 0.56
HSL 180º 0.12% 0.39% -
HSV(B) 180º 0.21% 0.44% -
XYZ 12.74 14.83 17.52 -
YUV 104.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 88 112 112 0.21 0 0 0.56 180 0.12 0.39
Hex 58 70 70 15 0 0 38 B4 C 27
Octal 130 160 160 25 0 0 70 264 14 47
Binary 1011000 1110000 1110000 10101 0 0 111000 10110100 1100 100111

Color Harmonies of #587070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587070

Black with #587070

Text Example


Text Example

White with #587070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587070; }

 p { color: rgb(88,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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