Html Css Color HEX #555B4F Cabbage Pont

📋 copy color: '#555B4F'

red 85 ◦ green 91 ◦ blue 79

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

Shades of Cabbage Pont #555B4F

Tints of Cabbage Pont #555B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.69%

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 33.33%
G = 35.69%
B = 30.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#555B4F (or 0x555B4F) is known color: Cabbage Pont. HEX triplet: 55, 5B and 4F. RGB value is (85,91,79). Sum of RGB (Red+Green+Blue) = 85+91+79=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #555B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B4F is #AAA4B0. Grayscale: #575757. Windows color (decimal): -11183281 or 5200725. OLE color: 5200725.

HSL color Cylindrical-coordinate representation of color #555B4F: hue angle of 90º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555B4F is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 79 -
CMYK 0.07 0 0.13 0.64
HSL 90º 0.07% 0.33% -
HSV(B) 90º 0.13% 0.36% -
XYZ 8.9 9.98 8.85 -
YUV 87.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 85 91 79 0.07 0 0.13 0.64 90 0.07 0.33
Hex 55 5B 4F 7 0 D 40 5A 7 21
Octal 125 133 117 7 0 15 100 132 7 41
Binary 1010101 1011011 1001111 111 0 1101 1000000 1011010 111 100001

Color Harmonies of #555B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B4F

Black with #555B4F

Text Example


Text Example

White with #555B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,79); }

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

background-color css

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

 a { background-color: rgb(85,91,79); }

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

border-color css

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

 span { border-color: rgb(85,91,79); }

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