Html Css Color HEX #565A37 Saratoga

📋 copy color: '#565A37'

red 86 ◦ green 90 ◦ blue 55

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

Shades of Saratoga #565A37

Tints of Saratoga #565A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 37.23%
G = 38.96%
B = 23.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#565A37 (or 0x565A37) is known color: Saratoga. HEX triplet: 56, 5A and 37. RGB value is (86,90,55). Sum of RGB (Red+Green+Blue) = 86+90+55=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #565A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A37 is #A9A5C8. Grayscale: #545454. Windows color (decimal): -11118025 or 3627606. OLE color: 3627606.

HSL color Cylindrical-coordinate representation of color #565A37: hue angle of 66.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #565A37 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 55 -
CMYK 0.04 0 0.39 0.65
HSL 66.86º 0.24% 0.28% -
HSV(B) 66.86º 0.39% 0.35% -
XYZ 8.18 9.57 5.03 -
YUV 84.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 86 90 55 0.04 0 0.39 0.65 66.86 0.24 0.28
Hex 56 5A 37 4 0 27 41 43 18 1C
Octal 126 132 67 4 0 47 101 103 30 34
Binary 1010110 1011010 110111 100 0 100111 1000001 1000011 11000 11100

Color Harmonies of #565A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A37

Black with #565A37

Text Example


Text Example

White with #565A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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