#553532

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

Shades of Van Cleef #553532

Tints of Van Cleef #553532

Color information

#553532 (or 0x553532) is unknown color: approx Van Cleef. HEX triplet: 55, 35 and 32. RGB value is (85,53,50). Sum of RGB (Red+Green+Blue) = 85+53+50=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553532 is #AACACD. Grayscale: #3E3E3E. Windows color (decimal): -11193038 or 3290453. OLE color: 3290453.

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

Color convert

RGB855350-
CMYK00.380.410.67
HSL5.14º25.93%26.47%-
HSV(B)5.14º41.18%33.33%-
XYZ5.64.713.63-
YUV62.23121.1144.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=45.21%
G=28.19%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85535000.380.410.675.1425.9326.47
Hex553532026294351a1a
Octal12565620465110353232
Binary1010101110101110010010011010100110000111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553532; }

 p { color: rgb(85,53,50); }

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

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

 a { background-color: rgb(85,53,50); }

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

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

 span { border-color: rgb(85,53,50); }

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