Html Css Color HEX #555E4A Cabbage Pont

📋 copy color: '#555E4A'

red 85 ◦ green 94 ◦ blue 74

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

Shades of Cabbage Pont #555E4A

Tints of Cabbage Pont #555E4A

RGB

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

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

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

R = 33.6%
G = 37.15%
B = 29.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#555E4A (or 0x555E4A) is known color: Cabbage Pont. HEX triplet: 55, 5E and 4A. RGB value is (85,94,74). Sum of RGB (Red+Green+Blue) = 85+94+74=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 94 - color contains mainly: green. Hex color #555E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E4A is #AAA1B5. Grayscale: #595959. Windows color (decimal): -11182518 or 4873813. OLE color: 4873813.

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

Color convert

RGB 85 94 74 -
CMYK 0.10 0 0.21 0.63
HSL 87º 0.12% 0.33% -
HSV(B) 87º 0.21% 0.37% -
XYZ 8.99 10.43 8.02 -
YUV 89.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 85 94 74 0.10 0 0.21 0.63 87 0.12 0.33
Hex 55 5E 4A A 0 15 3F 57 C 21
Octal 125 136 112 12 0 25 77 127 14 41
Binary 1010101 1011110 1001010 1010 0 10101 111111 1010111 1100 100001

Color Harmonies of #555E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E4A

Black with #555E4A

Text Example


Text Example

White with #555E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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