Html Css Color HEX #535C4C Cabbage Pont

📋 copy color: '#535C4C'

red 83 ◦ green 92 ◦ blue 76

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

Shades of Cabbage Pont #535C4C

Tints of Cabbage Pont #535C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 33.07%
G = 36.65%
B = 30.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#535C4C (or 0x535C4C) is known color: Cabbage Pont. HEX triplet: 53, 5C and 4C. RGB value is (83,92,76). Sum of RGB (Red+Green+Blue) = 83+92+76=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #535C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C4C is #ACA3B3. Grayscale: #575757. Windows color (decimal): -11314100 or 5004371. OLE color: 5004371.

HSL color Cylindrical-coordinate representation of color #535C4C: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535C4C is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 76 -
CMYK 0.10 0 0.17 0.64
HSL 93.75º 0.1% 0.33% -
HSV(B) 93.75º 0.17% 0.36% -
XYZ 8.7 10.02 8.31 -
YUV 87.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 83 92 76 0.10 0 0.17 0.64 93.75 0.1 0.33
Hex 53 5C 4C A 0 11 40 5E A 21
Octal 123 134 114 12 0 21 100 136 12 41
Binary 1010011 1011100 1001100 1010 0 10001 1000000 1011110 1010 100001

Color Harmonies of #535C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C4C

Black with #535C4C

Text Example


Text Example

White with #535C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,76); }

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

background-color css

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

 a { background-color: rgb(83,92,76); }

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

border-color css

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

 span { border-color: rgb(83,92,76); }

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