#855758

Color #855758 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #855758

Tints of Solid Pink #855758

Color information

#855758 (or 0x855758) is unknown color: approx Solid Pink. HEX triplet: 85, 57 and 58. RGB value is (133,87,88). Sum of RGB (Red+Green+Blue) = 133+87+88=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #855758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855758 is #7AA8A7. Grayscale: #646464. Windows color (decimal): -8038568 or 5789573. OLE color: 5789573.

HSL color Cylindrical-coordinate representation of color #855758: hue angle of 358.7º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855758 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1338788-
CMYK00.350.340.48
HSL358.7º20.91%43.14%-
HSV(B)358.7º34.59%52.16%-
XYZ14.8412.5110.86-
YUV100.87120.74150.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=43.18%
G=28.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133878800.350.340.48358.720.9143.14
Hex8557580232230167152b
Octal20512713004342605472553
Binary1000010110101111011000010001110001011000010110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855758; }

 p { color: rgb(133,87,88); }

 H1.HeaderClassName
 {
   color: #855758;
 }
 .AnyTagClassName
 {
   color: #855758;
 }
</style>
background-color css

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

 a { background-color: rgb(133,87,88); }

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

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

 span { border-color: rgb(133,87,88); }

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