#835888

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

Shades of Trendy Pink #835888

Tints of Trendy Pink #835888

Color information

#835888 (or 0x835888) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 88. RGB value is (131,88,136). Sum of RGB (Red+Green+Blue) = 131+88+136=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #835888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835888 is #7CA777. Grayscale: #6A6A6A. Windows color (decimal): -8169336 or 8935555. OLE color: 8935555.

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

Color convert

RGB13188136-
CMYK0.040.3500.47
HSL293.75º21.43%43.92%-
HSV(B)293.75º35.29%53.33%-
XYZ17.2913.5825-
YUV106.33144.75145.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.90%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=36.90%
G=24.79%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131881360.040.3500.47293.7521.4343.92
Hex83588842302F126152c
Octal2031302104430574462554
Binary10000011101100010001000100100011010111110010011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835888; }

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

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

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

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

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

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

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

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