#563335

Color #563335 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #563335

Tints of Jazz #563335

Color information

#563335 (or 0x563335) is unknown color: approx Jazz. HEX triplet: 56, 33 and 35. RGB value is (86,51,53). Sum of RGB (Red+Green+Blue) = 86+51+53=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #563335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563335 is #A9CCCA. Grayscale: #3D3D3D. Windows color (decimal): -11128011 or 3486550. OLE color: 3486550.

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

Color convert

RGB865153-
CMYK00.410.380.66
HSL356.57º25.55%26.86%-
HSV(B)356.57º40.7%33.73%-
XYZ5.664.63.96-
YUV61.69123.1145.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=45.26%
G=26.84%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86515300.410.380.66356.5725.5526.86
Hex56333502926421651a1b
Octal1266365051461025453233
Binary1010110110011110101010100110011010000101011001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563335; }

 p { color: rgb(86,51,53); }

 H1.HeaderClassName
 {
   color: #563335;
 }
 .AnyTagClassName
 {
   color: #563335;
 }
</style>
background-color css

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

 a { background-color: rgb(86,51,53); }

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

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

 span { border-color: rgb(86,51,53); }

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