Html Css Color HEX #535A4D Cabbage Pont

📋 copy color: '#535A4D'

red 83 ◦ green 90 ◦ blue 77

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

Shades of Cabbage Pont #535A4D

Tints of Cabbage Pont #535A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

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

R = 33.2%
G = 36%
B = 30.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#535A4D (or 0x535A4D) is known color: Cabbage Pont. HEX triplet: 53, 5A and 4D. RGB value is (83,90,77). Sum of RGB (Red+Green+Blue) = 83+90+77=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #535A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A4D is #ACA5B2. Grayscale: #565656. Windows color (decimal): -11314611 or 5069395. OLE color: 5069395.

HSL color Cylindrical-coordinate representation of color #535A4D: hue angle of 92.31º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #535A4D is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 77 -
CMYK 0.08 0 0.14 0.65
HSL 92.31º 0.08% 0.33% -
HSV(B) 92.31º 0.14% 0.35% -
XYZ 8.56 9.69 8.44 -
YUV 86.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 83 90 77 0.08 0 0.14 0.65 92.31 0.08 0.33
Hex 53 5A 4D 8 0 E 41 5C 8 21
Octal 123 132 115 10 0 16 101 134 10 41
Binary 1010011 1011010 1001101 1000 0 1110 1000001 1011100 1000 100001

Color Harmonies of #535A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A4D

Black with #535A4D

Text Example


Text Example

White with #535A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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