Html Css Color HEX #85556F Cosmic

📋 copy color: '#85556F'

red 133 ◦ green 85 ◦ blue 111

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

Shades of Cosmic #85556F

Tints of Cosmic #85556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 40.43%
G = 25.84%
B = 33.74%

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

#85556F (or 0x85556F) is known color: Cosmic. HEX triplet: 85, 55 and 6F. RGB value is (133,85,111). Sum of RGB (Red+Green+Blue) = 133+85+111=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85556F is #7AAA90. Grayscale: #666666. Windows color (decimal): -8039057 or 7296389. OLE color: 7296389.

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

Color convert

RGB 133 85 111 -
CMYK 0 0.36 0.17 0.48
HSL 327.5º 0.22% 0.43% -
HSV(B) 327.5º 0.36% 0.52% -
XYZ 15.79 12.63 16.64 -
YUV 102.32 132.9 149.89 -
System Red Green Blue C M Y K H S L
Decimal 133 85 111 0 0.36 0.17 0.48 327.5 0.22 0.43
Hex 85 55 6F 0 24 11 30 148 16 2B
Octal 205 125 157 0 44 21 60 510 26 53
Binary 10000101 1010101 1101111 0 100100 10001 110000 101001000 10110 101011

Color Harmonies of #85556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85556F

Black with #85556F

Text Example


Text Example

White with #85556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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