#5B704C

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

Shades of Dingley #5B704C

Tints of Dingley #5B704C

Color information

#5B704C (or 0x5B704C) is unknown color: approx Dingley. HEX triplet: 5B, 70 and 4C. RGB value is (91,112,76). Sum of RGB (Red+Green+Blue) = 91+112+76=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #5B704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B704C is #A48FB3. Grayscale: #656565. Windows color (decimal): -10784692 or 5009499. OLE color: 5009499.

HSL color Cylindrical-coordinate representation of color #5B704C: hue angle of 95º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B704C is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB9111276-
CMYK0.1900.320.56
HSL95º19.15%36.86%-
HSV(B)95º32.14%43.92%-
XYZ11.4114.339-
YUV101.62113.54120.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.62%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=32.62%
G=40.14%
B=27.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112760.1900.320.569519.1536.86
Hex5B704C13020385f1325
Octal13316011423040701372345
Binary101101111100001001100100110100000111000101111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B704C; }

 p { color: rgb(91,112,76); }

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

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

 a { background-color: rgb(91,112,76); }

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

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

 span { border-color: rgb(91,112,76); }

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