Html Css Color HEX #577472 William

📋 copy color: '#577472'

red 87 ◦ green 116 ◦ blue 114

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

Shades of William #577472

Tints of William #577472

RGB

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

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

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

R = 27.44%
G = 36.59%
B = 35.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#577472 (or 0x577472) is known color: William. HEX triplet: 57, 74 and 72. RGB value is (87,116,114). Sum of RGB (Red+Green+Blue) = 87+116+114=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #577472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577472 is #A88B8D. Grayscale: #6B6B6B. Windows color (decimal): -11045774 or 7500887. OLE color: 7500887.

HSL color Cylindrical-coordinate representation of color #577472: hue angle of 175.86º 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 #577472 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 116 114 -
CMYK 0.25 0 0.02 0.55
HSL 175.86º 0.14% 0.4% -
HSV(B) 175.86º 0.25% 0.45% -
XYZ 13.21 15.73 18.26 -
YUV 107.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 87 116 114 0.25 0 0.02 0.55 175.86 0.14 0.4
Hex 57 74 72 19 0 2 37 B0 E 28
Octal 127 164 162 31 0 2 67 260 16 50
Binary 1010111 1110100 1110010 11001 0 10 110111 10110000 1110 101000

Color Harmonies of #577472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577472

Black with #577472

Text Example


Text Example

White with #577472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577472; }

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

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

background-color css

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

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

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

border-color css

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

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

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