Html Css Color HEX #577470 William

📋 copy color: '#577470'

red 87 ◦ green 116 ◦ blue 112

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

Shades of William #577470

Tints of William #577470

RGB

 RED value IS 87 (34.38% from 255) = 27.62%

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 27.62%
G = 36.83%
B = 35.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#577470 (or 0x577470) is known color: William. HEX triplet: 57, 74 and 70. RGB value is (87,116,112). Sum of RGB (Red+Green+Blue) = 87+116+112=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #577470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577470 is #A88B8F. Grayscale: #6A6A6A. Windows color (decimal): -11045776 or 7369815. OLE color: 7369815.

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

Color convert

RGB 87 116 112 -
CMYK 0.25 0 0.03 0.55
HSL 171.72º 0.14% 0.4% -
HSV(B) 171.72º 0.25% 0.45% -
XYZ 13.1 15.69 17.67 -
YUV 106.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 87 116 112 0.25 0 0.03 0.55 171.72 0.14 0.4
Hex 57 74 70 19 0 3 37 AC E 28
Octal 127 164 160 31 0 3 67 254 16 50
Binary 1010111 1110100 1110000 11001 0 11 110111 10101100 1110 101000

Color Harmonies of #577470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577470

Black with #577470

Text Example


Text Example

White with #577470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577470; }

 p { color: rgb(87,116,112); }

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

background-color css

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

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

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

border-color css

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

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

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