Html Css Color HEX #565A36 Saratoga

📋 copy color: '#565A36'

red 86 ◦ green 90 ◦ blue 54

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

Shades of Saratoga #565A36

Tints of Saratoga #565A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

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

R = 37.39%
G = 39.13%
B = 23.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#565A36 (or 0x565A36) is known color: Saratoga. HEX triplet: 56, 5A and 36. RGB value is (86,90,54). Sum of RGB (Red+Green+Blue) = 86+90+54=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #565A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A36 is #A9A5C9. Grayscale: #545454. Windows color (decimal): -11118026 or 3562070. OLE color: 3562070.

HSL color Cylindrical-coordinate representation of color #565A36: hue angle of 66.67º 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 #565A36 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 54 -
CMYK 0.04 0 0.40 0.65
HSL 66.67º 0.25% 0.28% -
HSV(B) 66.67º 0.4% 0.35% -
XYZ 8.16 9.56 4.9 -
YUV 84.7 110.67 128.93 -
System Red Green Blue C M Y K H S L
Decimal 86 90 54 0.04 0 0.40 0.65 66.67 0.25 0.28
Hex 56 5A 36 4 0 28 41 43 19 1C
Octal 126 132 66 4 0 50 101 103 31 34
Binary 1010110 1011010 110110 100 0 101000 1000001 1000011 11001 11100

Color Harmonies of #565A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A36

Black with #565A36

Text Example


Text Example

White with #565A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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