Html Css Color HEX #53584D Cabbage Pont

📋 copy color: '#53584D'

red 83 ◦ green 88 ◦ blue 77

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

Shades of Cabbage Pont #53584D

Tints of Cabbage Pont #53584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 33.47%
G = 35.48%
B = 31.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#53584D (or 0x53584D) is known color: Cabbage Pont. HEX triplet: 53, 58 and 4D. RGB value is (83,88,77). Sum of RGB (Red+Green+Blue) = 83+88+77=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #53584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53584D is #ACA7B2. Grayscale: #555555. Windows color (decimal): -11315123 or 5068883. OLE color: 5068883.

HSL color Cylindrical-coordinate representation of color #53584D: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53584D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 77 -
CMYK 0.06 0 0.12 0.65
HSL 87.27º 0.07% 0.32% -
HSV(B) 87.27º 0.13% 0.35% -
XYZ 8.4 9.35 8.38 -
YUV 85.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 83 88 77 0.06 0 0.12 0.65 87.27 0.07 0.32
Hex 53 58 4D 6 0 C 41 57 7 20
Octal 123 130 115 6 0 14 101 127 7 40
Binary 1010011 1011000 1001101 110 0 1100 1000001 1010111 111 100000

Color Harmonies of #53584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53584D

Black with #53584D

Text Example


Text Example

White with #53584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53584D; }

 p { color: rgb(83,88,77); }

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

background-color css

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

 a { background-color: rgb(83,88,77); }

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

border-color css

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

 span { border-color: rgb(83,88,77); }

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