#57863A

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

Shades of Dingley #57863A

Tints of Dingley #57863A

Color information

#57863A (or 0x57863A) is unknown color: approx Dingley. HEX triplet: 57, 86 and 3A. RGB value is (87,134,58). Sum of RGB (Red+Green+Blue) = 87+134+58=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #57863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57863A is #A879C5. Grayscale: #6F6F6F. Windows color (decimal): -11041222 or 3835479. OLE color: 3835479.

HSL color Cylindrical-coordinate representation of color #57863A: hue angle of 97.11º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57863A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8713458-
CMYK0.3500.570.47
HSL97.11º39.58%37.65%-
HSV(B)97.11º56.72%52.55%-
XYZ13.2219.387.05-
YUV111.2897.93110.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=31.18%
G=48.03%
B=20.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87134580.3500.570.4797.1139.5837.65
Hex57863A230392F612826
Octal1272067243071571415046
Binary10101111000011011101010001101110011011111100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57863A; }

 p { color: rgb(87,134,58); }

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

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

 a { background-color: rgb(87,134,58); }

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

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

 span { border-color: rgb(87,134,58); }

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