Html Css Color HEX #535750 Cabbage Pont

📋 copy color: '#535750'

red 83 ◦ green 87 ◦ blue 80

#535750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #535750

Tints of Cabbage Pont #535750

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 value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#535750 (or 0x535750) is known color: 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

RGB 83 87 80 -
CMYK 0.05 0 0.08 0.66
HSL 94.29º 0.04% 0.33% -
HSV(B) 94.29º 0.08% 0.34% -
XYZ 8.42 9.23 8.93 -
YUV 85.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 83 87 80 0.05 0 0.08 0.66 94.29 0.04 0.33
Hex 53 57 50 5 0 8 42 5E 4 21
Octal 123 127 120 5 0 10 102 136 4 41
Binary 1010011 1010111 1010000 101 0 1000 1000010 1011110 100 100001

Color Harmonies of #535750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535750

Black with #535750

Text Example


Text Example

White with #535750

Text Example


Text Example

HTML Codes & Css Web 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>