#553B39

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

Shades of Van Cleef #553B39

Tints of Van Cleef #553B39

Color information

#553B39 (or 0x553B39) is unknown color: approx Van Cleef. HEX triplet: 55, 3B and 39. RGB value is (85,59,57). Sum of RGB (Red+Green+Blue) = 85+59+57=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B39 is #AAC4C6. Grayscale: #424242. Windows color (decimal): -11191495 or 3750741. OLE color: 3750741.

HSL color Cylindrical-coordinate representation of color #553B39: hue angle of 4.29º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553B39 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB855957-
CMYK00.310.330.67
HSL4.29º19.72%27.84%-
HSV(B)4.29º32.94%33.33%-
XYZ6.055.354.59-
YUV66.55122.61141.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=42.29%
G=29.35%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85595700.310.330.674.2919.7227.84
Hex553B3901F21434141c
Octal12573710374110342434
Binary101010111101111100101111110000110000111001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B39; }

 p { color: rgb(85,59,57); }

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

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

 a { background-color: rgb(85,59,57); }

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

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

 span { border-color: rgb(85,59,57); }

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