Html Css Color HEX #535A4A Cabbage Pont

📋 copy color: '#535A4A'

red 83 ◦ green 90 ◦ blue 74

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

Shades of Cabbage Pont #535A4A

Tints of Cabbage Pont #535A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 33.6%
G = 36.44%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#535A4A (or 0x535A4A) is known color: Cabbage Pont. HEX triplet: 53, 5A and 4A. RGB value is (83,90,74). Sum of RGB (Red+Green+Blue) = 83+90+74=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #535A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A4A is #ACA5B5. Grayscale: #565656. Windows color (decimal): -11314614 or 4872787. OLE color: 4872787.

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

Color convert

RGB 83 90 74 -
CMYK 0.08 0 0.18 0.65
HSL 86.25º 0.1% 0.32% -
HSV(B) 86.25º 0.18% 0.35% -
XYZ 8.46 9.65 7.89 -
YUV 86.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 83 90 74 0.08 0 0.18 0.65 86.25 0.1 0.32
Hex 53 5A 4A 8 0 12 41 56 A 20
Octal 123 132 112 10 0 22 101 126 12 40
Binary 1010011 1011010 1001010 1000 0 10010 1000001 1010110 1010 100000

Color Harmonies of #535A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A4A

Black with #535A4A

Text Example


Text Example

White with #535A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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