#535A4B

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

Shades of Cabbage Pont #535A4B

Tints of Cabbage Pont #535A4B

Color information

#535A4B (or 0x535A4B) is unknown color: approx Cabbage Pont. HEX triplet: 53, 5A and 4B. RGB value is (83,90,75). Sum of RGB (Red+Green+Blue) = 83+90+75=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #535A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A4B is #ACA5B4. Grayscale: #565656. Windows color (decimal): -11314613 or 4938323. OLE color: 4938323.

HSL color Cylindrical-coordinate representation of color #535A4B: hue angle of 88º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535A4B is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB839075-
CMYK0.0800.170.65
HSL88º9.09%32.35%-
HSV(B)88º16.67%35.29%-
XYZ8.499.668.07-
YUV86.2121.68125.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=33.47%
G=36.29%
B=30.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8390750.0800.170.65889.0932.35
Hex535A4B80114158920
Octal123132113100211011301140
Binary1010011101101010010111000010001100000110110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,90,75); }

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

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

 a { background-color: rgb(83,90,75); }

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

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

 span { border-color: rgb(83,90,75); }

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