#85555A

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

Shades of Solid Pink #85555A

Tints of Solid Pink #85555A

Color information

#85555A (or 0x85555A) is unknown color: approx Solid Pink. HEX triplet: 85, 55 and 5A. RGB value is (133,85,90). Sum of RGB (Red+Green+Blue) = 133+85+90=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85555A is #7AAAA5. Grayscale: #636363. Windows color (decimal): -8039078 or 5920133. OLE color: 5920133.

HSL color Cylindrical-coordinate representation of color #85555A: hue angle of 353.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85555A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1338590-
CMYK00.360.320.48
HSL353.75º22.02%42.75%-
HSV(B)353.75º36.09%52.16%-
XYZ14.7712.2211.25-
YUV99.92122.4151.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=43.18%
G=27.60%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133859000.360.320.48353.7522.0242.75
Hex85555A0242030162162b
Octal20512513204440605422653
Binary1000010110101011011010010010010000011000010110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85555A; }

 p { color: rgb(133,85,90); }

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

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

 a { background-color: rgb(133,85,90); }

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

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

 span { border-color: rgb(133,85,90); }

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