Html Css Color HEX #855473 Cosmic

📋 copy color: '#855473'

red 133 ◦ green 84 ◦ blue 115

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

Shades of Cosmic #855473

Tints of Cosmic #855473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 40.06%
G = 25.3%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855473 (or 0x855473) is known color: Cosmic. HEX triplet: 85, 54 and 73. RGB value is (133,84,115). Sum of RGB (Red+Green+Blue) = 133+84+115=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855473 is #7AAB8C. Grayscale: #666666. Windows color (decimal): -8039309 or 7558277. OLE color: 7558277.

HSL color Cylindrical-coordinate representation of color #855473: hue angle of 322.04º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855473 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 115 -
CMYK 0 0.37 0.14 0.48
HSL 322.04º 0.23% 0.43% -
HSV(B) 322.04º 0.37% 0.52% -
XYZ 15.94 12.57 17.8 -
YUV 102.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 133 84 115 0 0.37 0.14 0.48 322.04 0.23 0.43
Hex 85 54 73 0 25 E 30 142 17 2B
Octal 205 124 163 0 45 16 60 502 27 53
Binary 10000101 1010100 1110011 0 100101 1110 110000 101000010 10111 101011

Color Harmonies of #855473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855473

Black with #855473

Text Example


Text Example

White with #855473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855473; }

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

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

background-color css

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

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

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

border-color css

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

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

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