Html Css Color HEX #593535 Van Cleef

📋 copy color: '#593535'

red 89 ◦ green 53 ◦ blue 53

#593535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Van Cleef #593535

Tints of Van Cleef #593535

RGB

 RED value IS 89 (35.16% from 255) = 45.64%

 GREEN value IS 53 (21.09% from 255) = 27.18%

 BLUE value IS 53 (21.09% from 255) = 27.18%

R = 45.64%
G = 27.18%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#593535 (or 0x593535) is known color: Van Cleef. HEX triplet: 59, 35 and 35. RGB value is (89,53,53). Sum of RGB (Red+Green+Blue) = 89+53+53=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #593535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593535 is #A6CACA. Grayscale: #3F3F3F. Windows color (decimal): -10930891 or 3487065. OLE color: 3487065.

HSL color Cylindrical-coordinate representation of color #593535: hue angle of 0º 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 #593535 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 53 -
CMYK 0 0.40 0.40 0.65
HSL 0.25% 0.28% -
HSV(B) 0.4% 0.35% -
XYZ 6.04 4.93 4 -
YUV 63.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 89 53 53 0 0.40 0.40 0.65 0 0.25 0.28
Hex 59 35 35 0 28 28 41 0 19 1C
Octal 131 65 65 0 50 50 101 0 31 34
Binary 1011001 110101 110101 0 101000 101000 1000001 0 11001 11100

Color Harmonies of #593535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593535

Black with #593535

Text Example


Text Example

White with #593535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593535; }

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

 H1.HeaderClassName
 {
   color: #593535;
 }
 .AnyTagClassName
 {
   color: #593535;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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