Html Css Color HEX #85556B Cannon Pink

📋 copy color: '#85556B'

red 133 ◦ green 85 ◦ blue 107

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

Shades of Cannon Pink #85556B

Tints of Cannon Pink #85556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 40.92%
G = 26.15%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85556B (or 0x85556B) is known color: Cannon Pink. HEX triplet: 85, 55 and 6B. RGB value is (133,85,107). Sum of RGB (Red+Green+Blue) = 133+85+107=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85556B is #7AAA94. Grayscale: #656565. Windows color (decimal): -8039061 or 7034245. OLE color: 7034245.

HSL color Cylindrical-coordinate representation of color #85556B: hue angle of 332.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85556B is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 107 -
CMYK 0 0.36 0.20 0.48
HSL 332.5º 0.22% 0.43% -
HSV(B) 332.5º 0.36% 0.52% -
XYZ 15.58 12.55 15.51 -
YUV 101.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 133 85 107 0 0.36 0.20 0.48 332.5 0.22 0.43
Hex 85 55 6B 0 24 14 30 14C 16 2B
Octal 205 125 153 0 44 24 60 514 26 53
Binary 10000101 1010101 1101011 0 100100 10100 110000 101001100 10110 101011

Color Harmonies of #85556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85556B

Black with #85556B

Text Example


Text Example

White with #85556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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