#5B6F4C

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

Shades of Dingley #5B6F4C

Tints of Dingley #5B6F4C

Color information

#5B6F4C (or 0x5B6F4C) is unknown color: approx Dingley. HEX triplet: 5B, 6F and 4C. RGB value is (91,111,76). Sum of RGB (Red+Green+Blue) = 91+111+76=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F4C is #A490B3. Grayscale: #656565. Windows color (decimal): -10784948 or 5009243. OLE color: 5009243.

HSL color Cylindrical-coordinate representation of color #5B6F4C: hue angle of 94.29º 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 #5B6F4C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB9111176-
CMYK0.1800.320.56
HSL94.29º18.72%36.67%-
HSV(B)94.29º31.53%43.53%-
XYZ11.314.118.97-
YUV101.03113.87120.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.73%
GREEN value IS 111 (43.75% from 255) = 39.93%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=32.73%
G=39.93%
B=27.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91111760.1800.320.5694.2918.7236.67
Hex5B6F4C12020385e1325
Octal13315711422040701362345
Binary101101111011111001100100100100000111000101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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