#553735

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

Shades of Van Cleef #553735

Tints of Van Cleef #553735

Color information

#553735 (or 0x553735) is unknown color: approx Van Cleef. HEX triplet: 55, 37 and 35. RGB value is (85,55,53). Sum of RGB (Red+Green+Blue) = 85+55+53=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553735 is #AAC8CA. Grayscale: #3F3F3F. Windows color (decimal): -11192523 or 3487573. OLE color: 3487573.

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

Color convert

RGB855553-
CMYK00.350.380.67
HSL3.75º23.19%27.06%-
HSV(B)3.75º37.65%33.33%-
XYZ5.764.924.01-
YUV63.74121.94143.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=44.04%
G=28.50%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85555300.350.380.673.7523.1927.06
Hex55373502326434171b
Octal12567650434610342733
Binary1010101110111110101010001110011010000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553735; }

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

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

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

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

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

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

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

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