Html Css Color HEX #535F49 Cabbage Pont

📋 copy color: '#535F49'

red 83 ◦ green 95 ◦ blue 73

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

Shades of Cabbage Pont #535F49

Tints of Cabbage Pont #535F49

RGB

 RED value IS 83 (32.81% from 255) = 33.07%

 GREEN value IS 95 (37.5% from 255) = 37.85%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 33.07%
G = 37.85%
B = 29.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#535F49 (or 0x535F49) is known color: Cabbage Pont. HEX triplet: 53, 5F and 49. RGB value is (83,95,73). Sum of RGB (Red+Green+Blue) = 83+95+73=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 95 - color contains mainly: green. Hex color #535F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F49 is #ACA0B6. Grayscale: #585858. Windows color (decimal): -11313335 or 4808531. OLE color: 4808531.

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

Color convert

RGB 83 95 73 -
CMYK 0.13 0 0.23 0.63
HSL 92.73º 0.13% 0.33% -
HSV(B) 92.73º 0.23% 0.37% -
XYZ 8.86 10.5 7.86 -
YUV 88.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 83 95 73 0.13 0 0.23 0.63 92.73 0.13 0.33
Hex 53 5F 49 D 0 17 3F 5D D 21
Octal 123 137 111 15 0 27 77 135 15 41
Binary 1010011 1011111 1001001 1101 0 10111 111111 1011101 1101 100001

Color Harmonies of #535F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F49

Black with #535F49

Text Example


Text Example

White with #535F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #535F49;
 }
 .AnyTagClassName
 {
   color: #535F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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