Html Css Color HEX #555E4E Cabbage Pont

📋 copy color: '#555E4E'

red 85 ◦ green 94 ◦ blue 78

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

Shades of Cabbage Pont #555E4E

Tints of Cabbage Pont #555E4E

RGB

 RED value IS 85 (33.59% from 255) = 33.07%

 GREEN value IS 94 (37.11% from 255) = 36.58%

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 33.07%
G = 36.58%
B = 30.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#555E4E (or 0x555E4E) is known color: Cabbage Pont. HEX triplet: 55, 5E and 4E. RGB value is (85,94,78). Sum of RGB (Red+Green+Blue) = 85+94+78=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #555E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E4E is #AAA1B1. Grayscale: #595959. Windows color (decimal): -11182514 or 5135957. OLE color: 5135957.

HSL color Cylindrical-coordinate representation of color #555E4E: hue angle of 93.75º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555E4E is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 94 78 -
CMYK 0.10 0 0.17 0.63
HSL 93.75º 0.09% 0.34% -
HSV(B) 93.75º 0.17% 0.37% -
XYZ 9.12 10.49 8.75 -
YUV 89.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 85 94 78 0.10 0 0.17 0.63 93.75 0.09 0.34
Hex 55 5E 4E A 0 11 3F 5E 9 22
Octal 125 136 116 12 0 21 77 136 11 42
Binary 1010101 1011110 1001110 1010 0 10001 111111 1011110 1001 100010

Color Harmonies of #555E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E4E

Black with #555E4E

Text Example


Text Example

White with #555E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E4E; }

 p { color: rgb(85,94,78); }

 H1.HeaderClassName
 {
   color: #555E4E;
 }
 .AnyTagClassName
 {
   color: #555E4E;
 }
</style>

background-color css

<style>
 a { background-color: #555E4E; }

 a { background-color: rgb(85,94,78); }

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

border-color css

<style>
 span { border-color: #555E4E; }

 span { border-color: rgb(85,94,78); }

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