Html Css Color HEX #535650 Cabbage Pont

📋 copy color: '#535650'

red 83 ◦ green 86 ◦ blue 80

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

Shades of Cabbage Pont #535650

Tints of Cabbage Pont #535650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.54%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 33.33%
G = 34.54%
B = 32.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#535650 (or 0x535650) is known color: Cabbage Pont. HEX triplet: 53, 56 and 50. RGB value is (83,86,80). Sum of RGB (Red+Green+Blue) = 83+86+80=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 86 - color contains mainly: green. Hex color #535650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535650 is #ACA9AF. Grayscale: #545454. Windows color (decimal): -11315632 or 5264979. OLE color: 5264979.

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

Color convert

RGB 83 86 80 -
CMYK 0.03 0 0.07 0.66
HSL 90º 0.04% 0.33% -
HSV(B) 90º 0.07% 0.34% -
XYZ 8.34 9.07 8.9 -
YUV 84.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 83 86 80 0.03 0 0.07 0.66 90 0.04 0.33
Hex 53 56 50 3 0 7 42 5A 4 21
Octal 123 126 120 3 0 7 102 132 4 41
Binary 1010011 1010110 1010000 11 0 111 1000010 1011010 100 100001

Color Harmonies of #535650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535650

Black with #535650

Text Example


Text Example

White with #535650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535650; }

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

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

background-color css

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

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

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

border-color css

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

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

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