Html Css Color HEX #855573 Cosmic

📋 copy color: '#855573'

red 133 ◦ green 85 ◦ blue 115

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

Shades of Cosmic #855573

Tints of Cosmic #855573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 39.94%
G = 25.53%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855573 (or 0x855573) is known color: Cosmic. HEX triplet: 85, 55 and 73. RGB value is (133,85,115). Sum of RGB (Red+Green+Blue) = 133+85+115=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855573 is #7AAA8C. Grayscale: #666666. Windows color (decimal): -8039053 or 7558533. OLE color: 7558533.

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

Color convert

RGB 133 85 115 -
CMYK 0 0.36 0.14 0.48
HSL 322.5º 0.22% 0.43% -
HSV(B) 322.5º 0.36% 0.52% -
XYZ 16.02 12.72 17.83 -
YUV 102.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 133 85 115 0 0.36 0.14 0.48 322.5 0.22 0.43
Hex 85 55 73 0 24 E 30 142 16 2B
Octal 205 125 163 0 44 16 60 502 26 53
Binary 10000101 1010101 1110011 0 100100 1110 110000 101000010 10110 101011

Color Harmonies of #855573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855573

Black with #855573

Text Example


Text Example

White with #855573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855573; }

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

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

background-color css

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

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

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

border-color css

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

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

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