Html Css Color HEX #565935 Saratoga

📋 copy color: '#565935'

red 86 ◦ green 89 ◦ blue 53

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

Shades of Saratoga #565935

Tints of Saratoga #565935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 37.72%
G = 39.04%
B = 23.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#565935 (or 0x565935) is known color: Saratoga. HEX triplet: 56, 59 and 35. RGB value is (86,89,53). Sum of RGB (Red+Green+Blue) = 86+89+53=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #565935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565935 is #A9A6CA. Grayscale: #545454. Windows color (decimal): -11118283 or 3496278. OLE color: 3496278.

HSL color Cylindrical-coordinate representation of color #565935: hue angle of 65º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565935 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 53 -
CMYK 0.03 0 0.40 0.65
HSL 65º 0.25% 0.28% -
HSV(B) 65º 0.4% 0.35% -
XYZ 8.05 9.38 4.75 -
YUV 84 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 86 89 53 0.03 0 0.40 0.65 65 0.25 0.28
Hex 56 59 35 3 0 28 41 41 19 1C
Octal 126 131 65 3 0 50 101 101 31 34
Binary 1010110 1011001 110101 11 0 101000 1000001 1000001 11001 11100

Color Harmonies of #565935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565935

Black with #565935

Text Example


Text Example

White with #565935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565935; }

 p { color: rgb(86,89,53); }

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

background-color css

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

 a { background-color: rgb(86,89,53); }

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

border-color css

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

 span { border-color: rgb(86,89,53); }

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