Html Css Color HEX #855470 Cosmic

📋 copy color: '#855470'

red 133 ◦ green 84 ◦ blue 112

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

Shades of Cosmic #855470

Tints of Cosmic #855470

RGB

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

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

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

R = 40.43%
G = 25.53%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#855470 (or 0x855470) is known color: Cosmic. HEX triplet: 85, 54 and 70. RGB value is (133,84,112). Sum of RGB (Red+Green+Blue) = 133+84+112=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855470 is #7AAB8F. Grayscale: #656565. Windows color (decimal): -8039312 or 7361669. OLE color: 7361669.

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

Color convert

RGB 133 84 112 -
CMYK 0 0.37 0.16 0.48
HSL 325.71º 0.23% 0.43% -
HSV(B) 325.71º 0.37% 0.52% -
XYZ 15.77 12.5 16.91 -
YUV 101.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 133 84 112 0 0.37 0.16 0.48 325.71 0.23 0.43
Hex 85 54 70 0 25 10 30 146 17 2B
Octal 205 124 160 0 45 20 60 506 27 53
Binary 10000101 1010100 1110000 0 100101 10000 110000 101000110 10111 101011

Color Harmonies of #855470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855470

Black with #855470

Text Example


Text Example

White with #855470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855470; }

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

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

background-color css

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

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

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

border-color css

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

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

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