#593A35

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

Shades of Van Cleef #593A35

Tints of Van Cleef #593A35

Color information

#593A35 (or 0x593A35) is unknown color: approx Van Cleef. HEX triplet: 59, 3A and 35. RGB value is (89,58,53). Sum of RGB (Red+Green+Blue) = 89+58+53=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #593A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A35 is #A6C5CA. Grayscale: #424242. Windows color (decimal): -10929611 or 3488345. OLE color: 3488345.

HSL color Cylindrical-coordinate representation of color #593A35: hue angle of 8.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #593A35 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB895853-
CMYK00.350.400.65
HSL8.33º25.35%27.84%-
HSV(B)8.33º40.45%34.9%-
XYZ6.285.414.08-
YUV66.7120.27143.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.5%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=44.5%
G=29%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89585300.350.400.658.3325.3527.84
Hex593A3502328418191c
Octal131726504350101103134
Binary10110011110101101010100011101000100000110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593A35; }

 p { color: rgb(89,58,53); }

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

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

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

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

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

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

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