Html Css Color HEX #85586E Cannon Pink

📋 copy color: '#85586E'

red 133 ◦ green 88 ◦ blue 110

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

Shades of Cannon Pink #85586E

Tints of Cannon Pink #85586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 40.18%
G = 26.59%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85586E (or 0x85586E) is known color: Cannon Pink. HEX triplet: 85, 58 and 6E. RGB value is (133,88,110). Sum of RGB (Red+Green+Blue) = 133+88+110=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586E is #7AA791. Grayscale: #676767. Windows color (decimal): -8038290 or 7231621. OLE color: 7231621.

HSL color Cylindrical-coordinate representation of color #85586E: hue angle of 330.67º 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 #85586E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 110 -
CMYK 0 0.34 0.17 0.48
HSL 330.67º 0.2% 0.43% -
HSV(B) 330.67º 0.34% 0.52% -
XYZ 15.98 13.09 16.44 -
YUV 103.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 133 88 110 0 0.34 0.17 0.48 330.67 0.2 0.43
Hex 85 58 6E 0 22 11 30 14B 14 2B
Octal 205 130 156 0 42 21 60 513 24 53
Binary 10000101 1011000 1101110 0 100010 10001 110000 101001011 10100 101011

Color Harmonies of #85586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85586E

Black with #85586E

Text Example


Text Example

White with #85586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85586E; }

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

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

background-color css

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

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

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

border-color css

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

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

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