Html Css Color HEX #85556E Cosmic

📋 copy color: '#85556E'

red 133 ◦ green 85 ◦ blue 110

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

Shades of Cosmic #85556E

Tints of Cosmic #85556E

RGB

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

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

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

R = 40.55%
G = 25.91%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85556E (or 0x85556E) is known color: Cosmic. HEX triplet: 85, 55 and 6E. RGB value is (133,85,110). Sum of RGB (Red+Green+Blue) = 133+85+110=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85556E is #7AAA91. Grayscale: #666666. Windows color (decimal): -8039058 or 7230853. OLE color: 7230853.

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

Color convert

RGB 133 85 110 -
CMYK 0 0.36 0.17 0.48
HSL 328.75º 0.22% 0.43% -
HSV(B) 328.75º 0.36% 0.52% -
XYZ 15.74 12.61 16.36 -
YUV 102.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 133 85 110 0 0.36 0.17 0.48 328.75 0.22 0.43
Hex 85 55 6E 0 24 11 30 149 16 2B
Octal 205 125 156 0 44 21 60 511 26 53
Binary 10000101 1010101 1101110 0 100100 10001 110000 101001001 10110 101011

Color Harmonies of #85556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85556E

Black with #85556E

Text Example


Text Example

White with #85556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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