Html Css Color HEX #565529 Saratoga

📋 copy color: '#565529'

red 86 ◦ green 85 ◦ blue 41

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

Shades of Saratoga #565529

Tints of Saratoga #565529

RGB

 RED value IS 86 (33.98% from 255) = 40.57%

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

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

R = 40.57%
G = 40.09%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#565529 (or 0x565529) is known color: Saratoga. HEX triplet: 56, 55 and 29. RGB value is (86,85,41). Sum of RGB (Red+Green+Blue) = 86+85+41=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #565529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565529 is #A9AAD6. Grayscale: #505050. Windows color (decimal): -11119319 or 2708822. OLE color: 2708822.

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

Color convert

RGB 86 85 41 -
CMYK 0 0.01 0.52 0.66
HSL 58.67º 0.35% 0.25% -
HSV(B) 58.67º 0.52% 0.34% -
XYZ 7.49 8.64 3.37 -
YUV 80.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 86 85 41 0 0.01 0.52 0.66 58.67 0.35 0.25
Hex 56 55 29 0 1 34 42 3B 23 19
Octal 126 125 51 0 1 64 102 73 43 31
Binary 1010110 1010101 101001 0 1 110100 1000010 111011 100011 11001

Color Harmonies of #565529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565529

Black with #565529

Text Example


Text Example

White with #565529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565529; }

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

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

background-color css

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

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

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

border-color css

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

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

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