#553632

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

Shades of Van Cleef #553632

Tints of Van Cleef #553632

Color information

#553632 (or 0x553632) is unknown color: approx Van Cleef. HEX triplet: 55, 36 and 32. RGB value is (85,54,50). Sum of RGB (Red+Green+Blue) = 85+54+50=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553632 is #AAC9CD. Grayscale: #3E3E3E. Windows color (decimal): -11192782 or 3290709. OLE color: 3290709.

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

Color convert

RGB855450-
CMYK00.360.410.67
HSL6.86º25.93%26.47%-
HSV(B)6.86º41.18%33.33%-
XYZ5.644.83.65-
YUV62.81120.77143.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=44.97%
G=28.57%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85545000.360.410.676.8625.9326.47
Hex553632024294371a1a
Octal12566620445110373232
Binary1010101110110110010010010010100110000111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553632; }

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

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

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

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

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

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

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

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