#553B36

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

Shades of Van Cleef #553B36

Tints of Van Cleef #553B36

Color information

#553B36 (or 0x553B36) is unknown color: approx Van Cleef. HEX triplet: 55, 3B and 36. RGB value is (85,59,54). Sum of RGB (Red+Green+Blue) = 85+59+54=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B36 is #AAC4C9. Grayscale: #424242. Windows color (decimal): -11191498 or 3554133. OLE color: 3554133.

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

Color convert

RGB855954-
CMYK00.310.360.67
HSL9.68º22.3%27.25%-
HSV(B)9.68º36.47%33.33%-
XYZ5.985.334.2-
YUV66.2121.11141.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=42.93%
G=29.80%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85595400.310.360.679.6822.327.25
Hex553B3601F2443a161b
Octal125736603744103122633
Binary1010101111011110110011111100100100001110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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