Html Css Color HEX #855673 Cosmic

📋 copy color: '#855673'

red 133 ◦ green 86 ◦ blue 115

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

Shades of Cosmic #855673

Tints of Cosmic #855673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 39.82%
G = 25.75%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855673 (or 0x855673) is known color: Cosmic. HEX triplet: 85, 56 and 73. RGB value is (133,86,115). Sum of RGB (Red+Green+Blue) = 133+86+115=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855673 is #7AA98C. Grayscale: #676767. Windows color (decimal): -8038797 or 7558789. OLE color: 7558789.

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

Color convert

RGB 133 86 115 -
CMYK 0 0.35 0.14 0.48
HSL 322.98º 0.21% 0.43% -
HSV(B) 322.98º 0.35% 0.52% -
XYZ 16.1 12.88 17.86 -
YUV 103.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 133 86 115 0 0.35 0.14 0.48 322.98 0.21 0.43
Hex 85 56 73 0 23 E 30 143 15 2B
Octal 205 126 163 0 43 16 60 503 25 53
Binary 10000101 1010110 1110011 0 100011 1110 110000 101000011 10101 101011

Color Harmonies of #855673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855673

Black with #855673

Text Example


Text Example

White with #855673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855673; }

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

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

background-color css

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

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

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

border-color css

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

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

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