Html Css Color HEX #577A72 William

📋 copy color: '#577A72'

red 87 ◦ green 122 ◦ blue 114

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

Shades of William #577A72

Tints of William #577A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.77%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 26.93%
G = 37.77%
B = 35.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#577A72 (or 0x577A72) is known color: William. HEX triplet: 57, 7A and 72. RGB value is (87,122,114). Sum of RGB (Red+Green+Blue) = 87+122+114=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #577A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A72 is #A8858D. Grayscale: #6E6E6E. Windows color (decimal): -11044238 or 7502423. OLE color: 7502423.

HSL color Cylindrical-coordinate representation of color #577A72: hue angle of 166.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A72 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 122 114 -
CMYK 0.29 0 0.07 0.52
HSL 166.29º 0.17% 0.41% -
HSV(B) 166.29º 0.29% 0.48% -
XYZ 13.93 17.16 18.5 -
YUV 110.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 87 122 114 0.29 0 0.07 0.52 166.29 0.17 0.41
Hex 57 7A 72 1D 0 7 34 A6 11 29
Octal 127 172 162 35 0 7 64 246 21 51
Binary 1010111 1111010 1110010 11101 0 111 110100 10100110 10001 101001

Color Harmonies of #577A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577A72

Black with #577A72

Text Example


Text Example

White with #577A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577A72; }

 p { color: rgb(87,122,114); }

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

background-color css

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

 a { background-color: rgb(87,122,114); }

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

border-color css

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

 span { border-color: rgb(87,122,114); }

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