#563533

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

Shades of Van Cleef #563533

Tints of Van Cleef #563533

Color information

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

HSL color Cylindrical-coordinate representation of color #563533: hue angle of 3.43º 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 #563533 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB865351-
CMYK00.380.410.66
HSL3.43º25.55%26.86%-
HSV(B)3.43º40.7%33.73%-
XYZ5.714.763.75-
YUV62.64121.43144.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86535100.380.410.663.4325.5526.86
Hex563533026294231a1b
Octal12665630465110233233
Binary101011011010111001101001101010011000010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563533; }

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

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

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

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

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

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

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

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