Html Css Color HEX #565F36 Saratoga

📋 copy color: '#565F36'

red 86 ◦ green 95 ◦ blue 54

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

Shades of Saratoga #565F36

Tints of Saratoga #565F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.43%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 36.6%
G = 40.43%
B = 22.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#565F36 (or 0x565F36) is known color: Saratoga. HEX triplet: 56, 5F and 36. RGB value is (86,95,54). Sum of RGB (Red+Green+Blue) = 86+95+54=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #565F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F36 is #A9A0C9. Grayscale: #575757. Windows color (decimal): -11116746 or 3563350. OLE color: 3563350.

HSL color Cylindrical-coordinate representation of color #565F36: hue angle of 73.17º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #565F36 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 54 -
CMYK 0.09 0 0.43 0.63
HSL 73.17º 0.28% 0.29% -
HSV(B) 73.17º 0.43% 0.37% -
XYZ 8.6 10.43 5.05 -
YUV 87.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 86 95 54 0.09 0 0.43 0.63 73.17 0.28 0.29
Hex 56 5F 36 9 0 2B 3F 49 1C 1D
Octal 126 137 66 11 0 53 77 111 34 35
Binary 1010110 1011111 110110 1001 0 101011 111111 1001001 11100 11101

Color Harmonies of #565F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F36

Black with #565F36

Text Example


Text Example

White with #565F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,54); }

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

background-color css

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

 a { background-color: rgb(86,95,54); }

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

border-color css

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

 span { border-color: rgb(86,95,54); }

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