Html Css Color HEX #855770 Cosmic

📋 copy color: '#855770'

red 133 ◦ green 87 ◦ blue 112

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

Shades of Cosmic #855770

Tints of Cosmic #855770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 40.06%
G = 26.2%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855770 (or 0x855770) is known color: Cosmic. HEX triplet: 85, 57 and 70. RGB value is (133,87,112). Sum of RGB (Red+Green+Blue) = 133+87+112=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #855770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855770 is #7AA88F. Grayscale: #676767. Windows color (decimal): -8038544 or 7362437. OLE color: 7362437.

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

Color convert

RGB 133 87 112 -
CMYK 0 0.35 0.16 0.48
HSL 327.39º 0.21% 0.43% -
HSV(B) 327.39º 0.35% 0.52% -
XYZ 16.01 12.97 16.99 -
YUV 103.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 133 87 112 0 0.35 0.16 0.48 327.39 0.21 0.43
Hex 85 57 70 0 23 10 30 147 15 2B
Octal 205 127 160 0 43 20 60 507 25 53
Binary 10000101 1010111 1110000 0 100011 10000 110000 101000111 10101 101011

Color Harmonies of #855770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855770

Black with #855770

Text Example


Text Example

White with #855770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855770; }

 p { color: rgb(133,87,112); }

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

background-color css

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

 a { background-color: rgb(133,87,112); }

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

border-color css

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

 span { border-color: rgb(133,87,112); }

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