Html Css Color HEX #555529 Saratoga

📋 copy color: '#555529'

red 85 ◦ green 85 ◦ blue 41

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

Shades of Saratoga #555529

Tints of Saratoga #555529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 40.28%
G = 40.28%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#555529 (or 0x555529) is known color: Saratoga. HEX triplet: 55, 55 and 29. RGB value is (85,85,41). Sum of RGB (Red+Green+Blue) = 85+85+41=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555529 is #AAAAD6. Grayscale: #505050. Windows color (decimal): -11184855 or 2708821. OLE color: 2708821.

HSL color Cylindrical-coordinate representation of color #555529: hue angle of 60º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555529 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 41 -
CMYK 0 0 0.52 0.67
HSL 60º 0.35% 0.25% -
HSV(B) 60º 0.52% 0.33% -
XYZ 7.4 8.59 3.37 -
YUV 79.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 85 85 41 0 0 0.52 0.67 60 0.35 0.25
Hex 55 55 29 0 0 34 43 3C 23 19
Octal 125 125 51 0 0 64 103 74 43 31
Binary 1010101 1010101 101001 0 0 110100 1000011 111100 100011 11001

Color Harmonies of #555529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555529

Black with #555529

Text Example


Text Example

White with #555529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555529; }

 p { color: rgb(85,85,41); }

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

background-color css

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

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

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

border-color css

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

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

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