#535750

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

Shades of Cabbage Pont #535750

Tints of Cabbage Pont #535750

Color information

#535750 (or 0x535750) is unknown color: approx Cabbage Pont. HEX triplet: 53, 57 and 50. RGB value is (83,87,80). Sum of RGB (Red+Green+Blue) = 83+87+80=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #535750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535750 is #ACA8AF. Grayscale: #555555. Windows color (decimal): -11315376 or 5265235. OLE color: 5265235.

HSL color Cylindrical-coordinate representation of color #535750: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #535750 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB838780-
CMYK0.0500.080.66
HSL94.29º4.19%32.75%-
HSV(B)94.29º8.05%34.12%-
XYZ8.429.238.93-
YUV85.01125.17126.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 80 (31.64% from 255) = 32%
R=33.2%
G=34.8%
B=32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387800.0500.080.6694.294.1932.75
Hex535750508425e421
Octal1231271205010102136441
Binary1010011101011110100001010100010000101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535750; }

 p { color: rgb(83,87,80); }

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

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

 a { background-color: rgb(83,87,80); }

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

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

 span { border-color: rgb(83,87,80); }

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