Html Css Color HEX #85585A Solid Pink

📋 copy color: '#85585A'

red 133 ◦ green 88 ◦ blue 90

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

Shades of Solid Pink #85585A

Tints of Solid Pink #85585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.3%

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 42.77%
G = 28.3%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85585A (or 0x85585A) is known color: Solid Pink. HEX triplet: 85, 58 and 5A. RGB value is (133,88,90). Sum of RGB (Red+Green+Blue) = 133+88+90=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85585A is #7AA7A5. Grayscale: #656565. Windows color (decimal): -8038310 or 5920901. OLE color: 5920901.

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

Color convert

RGB 133 88 90 -
CMYK 0 0.34 0.32 0.48
HSL 357.33º 0.2% 0.43% -
HSV(B) 357.33º 0.34% 0.52% -
XYZ 15.01 12.7 11.33 -
YUV 101.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 133 88 90 0 0.34 0.32 0.48 357.33 0.2 0.43
Hex 85 58 5A 0 22 20 30 165 14 2B
Octal 205 130 132 0 42 40 60 545 24 53
Binary 10000101 1011000 1011010 0 100010 100000 110000 101100101 10100 101011

Color Harmonies of #85585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85585A

Black with #85585A

Text Example


Text Example

White with #85585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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