Html Css Color HEX #577072 Nevada

📋 copy color: '#577072'

red 87 ◦ green 112 ◦ blue 114

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

Shades of Nevada #577072

Tints of Nevada #577072

RGB

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

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

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

R = 27.8%
G = 35.78%
B = 36.42%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#577072 (or 0x577072) is known color: Nevada. HEX triplet: 57, 70 and 72. RGB value is (87,112,114). Sum of RGB (Red+Green+Blue) = 87+112+114=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #577072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577072 is #A88F8D. Grayscale: #686868. Windows color (decimal): -11046798 or 7499863. OLE color: 7499863.

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

Color convert

RGB 87 112 114 -
CMYK 0.24 0.02 0 0.55
HSL 184.44º 0.13% 0.39% -
HSV(B) 184.44º 0.24% 0.45% -
XYZ 12.76 14.83 18.11 -
YUV 104.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 87 112 114 0.24 0.02 0 0.55 184.44 0.13 0.39
Hex 57 70 72 18 2 0 37 B8 D 27
Octal 127 160 162 30 2 0 67 270 15 47
Binary 1010111 1110000 1110010 11000 10 0 110111 10111000 1101 100111

Color Harmonies of #577072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577072

Black with #577072

Text Example


Text Example

White with #577072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577072; }

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

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

background-color css

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

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

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

border-color css

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

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

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