Html Css Color HEX #555852 Cabbage Pont

📋 copy color: '#555852'

red 85 ◦ green 88 ◦ blue 82

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

Shades of Cabbage Pont #555852

Tints of Cabbage Pont #555852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

 BLUE value IS 82 (32.42% from 255) = 32.16%

R = 33.33%
G = 34.51%
B = 32.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#555852 (or 0x555852) is known color: Cabbage Pont. HEX triplet: 55, 58 and 52. RGB value is (85,88,82). Sum of RGB (Red+Green+Blue) = 85+88+82=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #555852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555852 is #AAA7AD. Grayscale: #565656. Windows color (decimal): -11184046 or 5396565. OLE color: 5396565.

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

Color convert

RGB 85 88 82 -
CMYK 0.03 0 0.07 0.65
HSL 90º 0.04% 0.33% -
HSV(B) 90º 0.07% 0.35% -
XYZ 8.76 9.52 9.36 -
YUV 86.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 85 88 82 0.03 0 0.07 0.65 90 0.04 0.33
Hex 55 58 52 3 0 7 41 5A 4 21
Octal 125 130 122 3 0 7 101 132 4 41
Binary 1010101 1011000 1010010 11 0 111 1000001 1011010 100 100001

Color Harmonies of #555852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555852

Black with #555852

Text Example


Text Example

White with #555852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555852; }

 p { color: rgb(85,88,82); }

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

background-color css

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

 a { background-color: rgb(85,88,82); }

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

border-color css

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

 span { border-color: rgb(85,88,82); }

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