#553C35

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

Shades of Van Cleef #553C35

Tints of Van Cleef #553C35

Color information

#553C35 (or 0x553C35) is unknown color: approx Van Cleef. HEX triplet: 55, 3C and 35. RGB value is (85,60,53). Sum of RGB (Red+Green+Blue) = 85+60+53=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C35 is #AAC3CA. Grayscale: #424242. Windows color (decimal): -11191243 or 3488853. OLE color: 3488853.

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

Color convert

RGB856053-
CMYK00.290.380.67
HSL13.12º23.19%27.06%-
HSV(B)13.12º37.65%33.33%-
XYZ65.424.1-
YUV66.68120.28141.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=42.93%
G=30.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85605300.290.380.6713.1223.1927.06
Hex553C3501D2643d171b
Octal125746503546103152733
Binary1010101111100110101011101100110100001111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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