#583535

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

Shades of Van Cleef #583535

Tints of Van Cleef #583535

Color information

#583535 (or 0x583535) is unknown color: approx Van Cleef. HEX triplet: 58, 35 and 35. RGB value is (88,53,53). Sum of RGB (Red+Green+Blue) = 88+53+53=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #583535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583535 is #A7CACA. Grayscale: #3F3F3F. Windows color (decimal): -10996427 or 3487064. OLE color: 3487064.

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

Color convert

RGB885353-
CMYK00.400.400.65
HSL24.82%27.65%-
HSV(B)39.77%34.51%-
XYZ5.944.884-
YUV63.46122.1145.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=45.36%
G=27.32%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88535300.400.400.65024.8227.65
Hex58353502828410191c
Octal13065650505010103134
Binary10110001101011101010101000101000100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583535; }

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

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

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

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

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

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

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

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