Html Css Color HEX #855871 Cosmic

📋 copy color: '#855871'

red 133 ◦ green 88 ◦ blue 113

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

Shades of Cosmic #855871

Tints of Cosmic #855871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

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

R = 39.82%
G = 26.35%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#855871 (or 0x855871) is known color: Cosmic. HEX triplet: 85, 58 and 71. RGB value is (133,88,113). Sum of RGB (Red+Green+Blue) = 133+88+113=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855871 is #7AA78E. Grayscale: #686868. Windows color (decimal): -8038287 or 7428229. OLE color: 7428229.

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

Color convert

RGB 133 88 113 -
CMYK 0 0.34 0.15 0.48
HSL 326.67º 0.2% 0.43% -
HSV(B) 326.67º 0.34% 0.52% -
XYZ 16.14 13.16 17.31 -
YUV 104.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 133 88 113 0 0.34 0.15 0.48 326.67 0.2 0.43
Hex 85 58 71 0 22 F 30 147 14 2B
Octal 205 130 161 0 42 17 60 507 24 53
Binary 10000101 1011000 1110001 0 100010 1111 110000 101000111 10100 101011

Color Harmonies of #855871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855871

Black with #855871

Text Example


Text Example

White with #855871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855871; }

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

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

background-color css

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

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

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

border-color css

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

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

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