Html Css Color HEX #85586B Cannon Pink

📋 copy color: '#85586B'

red 133 ◦ green 88 ◦ blue 107

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

Shades of Cannon Pink #85586B

Tints of Cannon Pink #85586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 40.55%
G = 26.83%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85586B (or 0x85586B) is known color: Cannon Pink. HEX triplet: 85, 58 and 6B. RGB value is (133,88,107). Sum of RGB (Red+Green+Blue) = 133+88+107=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586B is #7AA794. Grayscale: #676767. Windows color (decimal): -8038293 or 7035013. OLE color: 7035013.

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

Color convert

RGB 133 88 107 -
CMYK 0 0.34 0.20 0.48
HSL 334.67º 0.2% 0.43% -
HSV(B) 334.67º 0.34% 0.52% -
XYZ 15.82 13.03 15.59 -
YUV 103.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 133 88 107 0 0.34 0.20 0.48 334.67 0.2 0.43
Hex 85 58 6B 0 22 14 30 14F 14 2B
Octal 205 130 153 0 42 24 60 517 24 53
Binary 10000101 1011000 1101011 0 100010 10100 110000 101001111 10100 101011

Color Harmonies of #85586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85586B

Black with #85586B

Text Example


Text Example

White with #85586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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