#567072

Color #567072 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #567072

Tints of Nevada #567072

Color information

#567072 (or 0x567072) is unknown color: approx Nevada. HEX triplet: 56, 70 and 72. RGB value is (86,112,114). Sum of RGB (Red+Green+Blue) = 86+112+114=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #567072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567072 is #A98F8D. Grayscale: #686868. Windows color (decimal): -11112334 or 7499862. OLE color: 7499862.

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

Color convert

RGB86112114-
CMYK0.250.0200.55
HSL184.29º14%39.22%-
HSV(B)184.29º24.56%44.71%-
XYZ12.6714.7818.1-
YUV104.45133.39114.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=27.56%
G=35.90%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861121140.250.0200.55184.291439.22
Hex567072192037b8e27
Octal1261601623120672701647
Binary10101101110000111001011001100110111101110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567072; }

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

 H1.HeaderClassName
 {
   color: #567072;
 }
 .AnyTagClassName
 {
   color: #567072;
 }
</style>
background-color css

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

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

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

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

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

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