Html Css Color HEX #565D2E Saratoga

📋 copy color: '#565D2E'

red 86 ◦ green 93 ◦ blue 46

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

Shades of Saratoga #565D2E

Tints of Saratoga #565D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 38.22%
G = 41.33%
B = 20.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#565D2E (or 0x565D2E) is known color: Saratoga. HEX triplet: 56, 5D and 2E. RGB value is (86,93,46). Sum of RGB (Red+Green+Blue) = 86+93+46=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #565D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D2E is #A9A2D1. Grayscale: #555555. Windows color (decimal): -11117266 or 3038550. OLE color: 3038550.

HSL color Cylindrical-coordinate representation of color #565D2E: hue angle of 68.94º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565D2E is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 93 46 -
CMYK 0.08 0 0.51 0.64
HSL 68.94º 0.34% 0.27% -
HSV(B) 68.94º 0.51% 0.36% -
XYZ 8.25 10 4.08 -
YUV 85.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 86 93 46 0.08 0 0.51 0.64 68.94 0.34 0.27
Hex 56 5D 2E 8 0 33 40 45 22 1B
Octal 126 135 56 10 0 63 100 105 42 33
Binary 1010110 1011101 101110 1000 0 110011 1000000 1000101 100010 11011

Color Harmonies of #565D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D2E

Black with #565D2E

Text Example


Text Example

White with #565D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565D2E; }

 p { color: rgb(86,93,46); }

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

background-color css

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

 a { background-color: rgb(86,93,46); }

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

border-color css

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

 span { border-color: rgb(86,93,46); }

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