Html Css Color HEX #856088 Trendy Pink

📋 copy color: '#856088'

red 133 ◦ green 96 ◦ blue 136

#856088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #856088

Tints of Trendy Pink #856088

RGB

 RED value IS 133 (52.34% from 255) = 36.44%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 36.44%
G = 26.3%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#856088 (or 0x856088) is known color: Trendy Pink. HEX triplet: 85, 60 and 88. RGB value is (133,96,136). Sum of RGB (Red+Green+Blue) = 133+96+136=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #856088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856088 is #7A9F77. Grayscale: #6F6F6F. Windows color (decimal): -8036216 or 8937605. OLE color: 8937605.

HSL color Cylindrical-coordinate representation of color #856088: hue angle of 295.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #856088 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 96 136 -
CMYK 0.02 0.29 0 0.47
HSL 295.5º 0.17% 0.45% -
HSV(B) 295.5º 0.29% 0.53% -
XYZ 18.3 15.13 25.25 -
YUV 111.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 133 96 136 0.02 0.29 0 0.47 295.5 0.17 0.45
Hex 85 60 88 2 1D 0 2F 128 11 2D
Octal 205 140 210 2 35 0 57 450 21 55
Binary 10000101 1100000 10001000 10 11101 0 101111 100101000 10001 101101

Color Harmonies of #856088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856088

Black with #856088

Text Example


Text Example

White with #856088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856088; }

 p { color: rgb(133,96,136); }

 H1.HeaderClassName
 {
   color: #856088;
 }
 .AnyTagClassName
 {
   color: #856088;
 }
</style>

background-color css

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

 a { background-color: rgb(133,96,136); }

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

border-color css

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

 span { border-color: rgb(133,96,136); }

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