Html Css Color HEX #557B37 Dingley

📋 copy color: '#557B37'

red 85 ◦ green 123 ◦ blue 55

#557B37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #557B37

Tints of Dingley #557B37

RGB

 RED value IS 85 (33.59% from 255) = 32.32%

 GREEN value IS 123 (48.44% from 255) = 46.77%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 32.32%
G = 46.77%
B = 20.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#557B37 (or 0x557B37) is known color: Dingley. HEX triplet: 55, 7B and 37. RGB value is (85,123,55). Sum of RGB (Red+Green+Blue) = 85+123+55=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #557B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B37 is #AA84C8. Grayscale: #686868. Windows color (decimal): -11175113 or 3636053. OLE color: 3636053.

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

Color convert

RGB 85 123 55 -
CMYK 0.31 0 0.55 0.52
HSL 93.53º 0.38% 0.35% -
HSV(B) 93.53º 0.55% 0.48% -
XYZ 11.52 16.37 6.17 -
YUV 103.89 100.41 114.53 -
System Red Green Blue C M Y K H S L
Decimal 85 123 55 0.31 0 0.55 0.52 93.53 0.38 0.35
Hex 55 7B 37 1F 0 37 34 5E 26 23
Octal 125 173 67 37 0 67 64 136 46 43
Binary 1010101 1111011 110111 11111 0 110111 110100 1011110 100110 100011

Color Harmonies of #557B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B37

Black with #557B37

Text Example


Text Example

White with #557B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #557B37;
 }
 .AnyTagClassName
 {
   color: #557B37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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