Html Css Color HEX #855472 Cosmic

📋 copy color: '#855472'

red 133 ◦ green 84 ◦ blue 114

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

Shades of Cosmic #855472

Tints of Cosmic #855472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 40.18%
G = 25.38%
B = 34.44%

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

#855472 (or 0x855472) is known color: Cosmic. HEX triplet: 85, 54 and 72. RGB value is (133,84,114). Sum of RGB (Red+Green+Blue) = 133+84+114=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855472 is #7AAB8D. Grayscale: #666666. Windows color (decimal): -8039310 or 7492741. OLE color: 7492741.

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

Color convert

RGB 133 84 114 -
CMYK 0 0.37 0.14 0.48
HSL 323.27º 0.23% 0.43% -
HSV(B) 323.27º 0.37% 0.52% -
XYZ 15.88 12.54 17.5 -
YUV 102.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 133 84 114 0 0.37 0.14 0.48 323.27 0.23 0.43
Hex 85 54 72 0 25 E 30 143 17 2B
Octal 205 124 162 0 45 16 60 503 27 53
Binary 10000101 1010100 1110010 0 100101 1110 110000 101000011 10111 101011

Color Harmonies of #855472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855472

Black with #855472

Text Example


Text Example

White with #855472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855472; }

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

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

background-color css

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

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

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

border-color css

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

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

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