#523535

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

Shades of Van Cleef #523535

Tints of Van Cleef #523535

Color information

#523535 (or 0x523535) is unknown color: approx Van Cleef. HEX triplet: 52, 35 and 35. RGB value is (82,53,53). Sum of RGB (Red+Green+Blue) = 82+53+53=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523535 is #ADCACA. Grayscale: #3D3D3D. Windows color (decimal): -11389643 or 3487058. OLE color: 3487058.

HSL color Cylindrical-coordinate representation of color #523535: hue angle of 0º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #523535 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB825353-
CMYK00.350.350.68
HSL21.48%26.47%-
HSV(B)35.37%32.16%-
XYZ5.44.63.97-
YUV61.67123.11142.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=43.62%
G=28.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82535300.350.350.68021.4826.47
Hex52353502323440151a
Octal12265650434310402532
Binary10100101101011101010100011100011100010001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523535; }

 p { color: rgb(82,53,53); }

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

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

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

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

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

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

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