Html Css Color HEX #555D36 Saratoga

📋 copy color: '#555D36'

red 85 ◦ green 93 ◦ blue 54

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

Shades of Saratoga #555D36

Tints of Saratoga #555D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 36.64%
G = 40.09%
B = 23.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#555D36 (or 0x555D36) is known color: Saratoga. HEX triplet: 55, 5D and 36. RGB value is (85,93,54). Sum of RGB (Red+Green+Blue) = 85+93+54=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #555D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D36 is #AAA2C9. Grayscale: #565656. Windows color (decimal): -11182794 or 3562837. OLE color: 3562837.

HSL color Cylindrical-coordinate representation of color #555D36: hue angle of 72.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555D36 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 93 54 -
CMYK 0.09 0 0.42 0.64
HSL 72.31º 0.27% 0.29% -
HSV(B) 72.31º 0.42% 0.36% -
XYZ 8.33 10.03 4.99 -
YUV 86.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 85 93 54 0.09 0 0.42 0.64 72.31 0.27 0.29
Hex 55 5D 36 9 0 2A 40 48 1B 1D
Octal 125 135 66 11 0 52 100 110 33 35
Binary 1010101 1011101 110110 1001 0 101010 1000000 1001000 11011 11101

Color Harmonies of #555D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D36

Black with #555D36

Text Example


Text Example

White with #555D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555D36; }

 p { color: rgb(85,93,54); }

 H1.HeaderClassName
 {
   color: #555D36;
 }
 .AnyTagClassName
 {
   color: #555D36;
 }
</style>

background-color css

<style>
 a { background-color: #555D36; }

 a { background-color: rgb(85,93,54); }

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

border-color css

<style>
 span { border-color: #555D36; }

 span { border-color: rgb(85,93,54); }

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