#553B35

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

Shades of Van Cleef #553B35

Tints of Van Cleef #553B35

Color information

#553B35 (or 0x553B35) is unknown color: approx Van Cleef. HEX triplet: 55, 3B and 35. RGB value is (85,59,53). Sum of RGB (Red+Green+Blue) = 85+59+53=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B35 is #AAC4CA. Grayscale: #424242. Windows color (decimal): -11191499 or 3488597. OLE color: 3488597.

HSL color Cylindrical-coordinate representation of color #553B35: hue angle of 11.25º 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 #553B35 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB855953-
CMYK00.310.380.67
HSL11.25º23.19%27.06%-
HSV(B)11.25º37.65%33.33%-
XYZ5.955.324.08-
YUV66.09120.61141.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=43.15%
G=29.95%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85595300.310.380.6711.2523.1927.06
Hex553B3501F2643b171b
Octal125736503746103132733
Binary1010101111011110101011111100110100001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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