#835588

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

Shades of Trendy Pink #835588

Tints of Trendy Pink #835588

Color information

#835588 (or 0x835588) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 88. RGB value is (131,85,136). Sum of RGB (Red+Green+Blue) = 131+85+136=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #835588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835588 is #7CAA77. Grayscale: #686868. Windows color (decimal): -8170104 or 8934787. OLE color: 8934787.

HSL color Cylindrical-coordinate representation of color #835588: hue angle of 294.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835588 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13185136-
CMYK0.040.3800.47
HSL294.12º23.08%43.33%-
HSV(B)294.12º37.5%53.33%-
XYZ17.0513.124.92-
YUV104.57145.74146.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=37.22%
G=24.15%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131851360.040.3800.47294.1223.0843.33
Hex83558842602F126172b
Octal2031252104460574462753
Binary10000011101010110001000100100110010111110010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835588; }

 p { color: rgb(131,85,136); }

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

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

 a { background-color: rgb(131,85,136); }

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

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

 span { border-color: rgb(131,85,136); }

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