#855483

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

Shades of Trendy Pink #855483

Tints of Trendy Pink #855483

Color information

#855483 (or 0x855483) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 83. RGB value is (133,84,131). Sum of RGB (Red+Green+Blue) = 133+84+131=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855483 is #7AAB7C. Grayscale: #676767. Windows color (decimal): -8039293 or 8606853. OLE color: 8606853.

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

Color convert

RGB13384131-
CMYK00.370.020.48
HSL302.45º22.58%42.55%-
HSV(B)302.45º36.84%52.16%-
XYZ16.9412.9723.08-
YUV104.01143.23148.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=38.22%
G=24.14%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338413100.370.020.48302.4522.5842.55
Hex85548302523012e172b
Octal2051242030452604562753
Binary1000010110101001000001101001011011000010010111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855483; }

 p { color: rgb(133,84,131); }

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

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

 a { background-color: rgb(133,84,131); }

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

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

 span { border-color: rgb(133,84,131); }

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