Html Css Color HEX #565834 Saratoga

📋 copy color: '#565834'

red 86 ◦ green 88 ◦ blue 52

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

Shades of Saratoga #565834

Tints of Saratoga #565834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 38.05%
G = 38.94%
B = 23.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#565834 (or 0x565834) is known color: Saratoga. HEX triplet: 56, 58 and 34. RGB value is (86,88,52). Sum of RGB (Red+Green+Blue) = 86+88+52=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #565834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565834 is #A9A7CB. Grayscale: #535353. Windows color (decimal): -11118540 or 3430486. OLE color: 3430486.

HSL color Cylindrical-coordinate representation of color #565834: hue angle of 63.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #565834 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 52 -
CMYK 0.02 0 0.41 0.65
HSL 63.33º 0.26% 0.27% -
HSV(B) 63.33º 0.41% 0.35% -
XYZ 7.95 9.21 4.61 -
YUV 83.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 86 88 52 0.02 0 0.41 0.65 63.33 0.26 0.27
Hex 56 58 34 2 0 29 41 3F 1A 1B
Octal 126 130 64 2 0 51 101 77 32 33
Binary 1010110 1011000 110100 10 0 101001 1000001 111111 11010 11011

Color Harmonies of #565834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565834

Black with #565834

Text Example


Text Example

White with #565834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565834; }

 p { color: rgb(86,88,52); }

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

background-color css

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

 a { background-color: rgb(86,88,52); }

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

border-color css

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

 span { border-color: rgb(86,88,52); }

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