#85585C

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

Shades of Solid Pink #85585C

Tints of Solid Pink #85585C

Color information

#85585C (or 0x85585C) is unknown color: approx Solid Pink. HEX triplet: 85, 58 and 5C. RGB value is (133,88,92). Sum of RGB (Red+Green+Blue) = 133+88+92=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585C is #7AA7A3. Grayscale: #656565. Windows color (decimal): -8038308 or 6051973. OLE color: 6051973.

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

Color convert

RGB1338892-
CMYK00.340.310.48
HSL354.67º20.36%43.33%-
HSV(B)354.67º33.83%52.16%-
XYZ15.0912.7411.79-
YUV101.91122.41150.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=42.49%
G=28.12%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133889200.340.310.48354.6720.3643.33
Hex85585C0221F30163142b
Octal20513013404237605432453
Binary100001011011000101110001000101111111000010110001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85585C; }

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

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

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

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

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

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

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

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