#557B3A

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

Shades of Dingley #557B3A

Tints of Dingley #557B3A

Color information

#557B3A (or 0x557B3A) is unknown color: approx Dingley. HEX triplet: 55, 7B and 3A. RGB value is (85,123,58). Sum of RGB (Red+Green+Blue) = 85+123+58=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #557B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B3A is #AA84C5. Grayscale: #686868. Windows color (decimal): -11175110 or 3832661. OLE color: 3832661.

HSL color Cylindrical-coordinate representation of color #557B3A: hue angle of 95.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #557B3A is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB8512358-
CMYK0.3100.530.52
HSL95.08º35.91%35.49%-
HSV(B)95.08º52.85%48.24%-
XYZ11.5916.46.56-
YUV104.23101.91114.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=31.95%
G=46.24%
B=21.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123580.3100.530.5295.0835.9135.49
Hex557B3A1F035345f2423
Octal1251737237065641374443
Binary101010111110111110101111101101011101001011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B3A; }

 p { color: rgb(85,123,58); }

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

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

 a { background-color: rgb(85,123,58); }

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

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

 span { border-color: rgb(85,123,58); }

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