Html Css Color HEX #855571 Cosmic

📋 copy color: '#855571'

red 133 ◦ green 85 ◦ blue 113

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

Shades of Cosmic #855571

Tints of Cosmic #855571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 40.18%
G = 25.68%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855571 (or 0x855571) is known color: Cosmic. HEX triplet: 85, 55 and 71. RGB value is (133,85,113). Sum of RGB (Red+Green+Blue) = 133+85+113=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855571 is #7AAA8E. Grayscale: #666666. Windows color (decimal): -8039055 or 7427461. OLE color: 7427461.

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

Color convert

RGB 133 85 113 -
CMYK 0 0.36 0.15 0.48
HSL 325º 0.22% 0.43% -
HSV(B) 325º 0.36% 0.52% -
XYZ 15.9 12.68 17.23 -
YUV 102.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 133 85 113 0 0.36 0.15 0.48 325 0.22 0.43
Hex 85 55 71 0 24 F 30 145 16 2B
Octal 205 125 161 0 44 17 60 505 26 53
Binary 10000101 1010101 1110001 0 100100 1111 110000 101000101 10110 101011

Color Harmonies of #855571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855571

Black with #855571

Text Example


Text Example

White with #855571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855571; }

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

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

background-color css

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

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

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

border-color css

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

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

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