#535C4B

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

Shades of Cabbage Pont #535C4B

Tints of Cabbage Pont #535C4B

Color information

#535C4B (or 0x535C4B) is unknown color: approx Cabbage Pont. HEX triplet: 53, 5C and 4B. RGB value is (83,92,75). Sum of RGB (Red+Green+Blue) = 83+92+75=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #535C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C4B is #ACA3B4. Grayscale: #575757. Windows color (decimal): -11314101 or 4938835. OLE color: 4938835.

HSL color Cylindrical-coordinate representation of color #535C4B: hue angle of 91.76º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #535C4B is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB839275-
CMYK0.1000.180.64
HSL91.76º10.18%32.75%-
HSV(B)91.76º18.48%36.08%-
XYZ8.66108.13-
YUV87.37121.02124.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 75 (29.69% from 255) = 30%
R=33.2%
G=36.8%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8392750.1000.180.6491.7610.1832.75
Hex535C4BA012405ca21
Octal123134113120221001341241
Binary1010011101110010010111010010010100000010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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