#535F4A

Color #535F4A Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #535F4A

Tints of Cabbage Pont #535F4A

Color information

#535F4A (or 0x535F4A) is unknown color: approx Cabbage Pont. HEX triplet: 53, 5F and 4A. RGB value is (83,95,74). Sum of RGB (Red+Green+Blue) = 83+95+74=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 95 - color contains mainly: green. Hex color #535F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F4A is #ACA0B5. Grayscale: #595959. Windows color (decimal): -11313334 or 4874067. OLE color: 4874067.

HSL color Cylindrical-coordinate representation of color #535F4A: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #535F4A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB839574-
CMYK0.1300.220.63
HSL94.29º12.43%33.14%-
HSV(B)94.29º22.11%37.25%-
XYZ8.910.528.04-
YUV89.02119.52123.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=32.94%
G=37.70%
B=29.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395740.1300.220.6394.2912.4333.14
Hex535F4AD0163F5ec21
Octal12313711215026771361441
Binary101001110111111001010110101011011111110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535F4A; }

 p { color: rgb(83,95,74); }

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

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

 a { background-color: rgb(83,95,74); }

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

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

 span { border-color: rgb(83,95,74); }

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