Html Css Color HEX #535A4B Cabbage Pont

📋 copy color: '#535A4B'

red 83 ◦ green 90 ◦ blue 75

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

Shades of Cabbage Pont #535A4B

Tints of Cabbage Pont #535A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 33.47%
G = 36.29%
B = 30.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#535A4B (or 0x535A4B) is known color: Cabbage Pont. HEX triplet: 53, 5A and 4B. RGB value is (83,90,75). Sum of RGB (Red+Green+Blue) = 83+90+75=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #535A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A4B is #ACA5B4. Grayscale: #565656. Windows color (decimal): -11314613 or 4938323. OLE color: 4938323.

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

Color convert

RGB 83 90 75 -
CMYK 0.08 0 0.17 0.65
HSL 88º 0.09% 0.32% -
HSV(B) 88º 0.17% 0.35% -
XYZ 8.49 9.66 8.07 -
YUV 86.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 83 90 75 0.08 0 0.17 0.65 88 0.09 0.32
Hex 53 5A 4B 8 0 11 41 58 9 20
Octal 123 132 113 10 0 21 101 130 11 40
Binary 1010011 1011010 1001011 1000 0 10001 1000001 1011000 1001 100000

Color Harmonies of #535A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A4B

Black with #535A4B

Text Example


Text Example

White with #535A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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