Html Css Color HEX #854570 Cosmic

📋 copy color: '#854570'

red 133 ◦ green 69 ◦ blue 112

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

Shades of Cosmic #854570

Tints of Cosmic #854570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

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

R = 42.36%
G = 21.97%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854570 (or 0x854570) is known color: Cosmic. HEX triplet: 85, 45 and 70. RGB value is (133,69,112). Sum of RGB (Red+Green+Blue) = 133+69+112=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854570 is #7ABA8F. Grayscale: #5C5C5C. Windows color (decimal): -8043152 or 7357829. OLE color: 7357829.

HSL color Cylindrical-coordinate representation of color #854570: hue angle of 319.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854570 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 112 -
CMYK 0 0.48 0.16 0.48
HSL 319.69º 0.32% 0.4% -
HSV(B) 319.69º 0.48% 0.52% -
XYZ 14.73 10.41 16.56 -
YUV 93.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 133 69 112 0 0.48 0.16 0.48 319.69 0.32 0.4
Hex 85 45 70 0 30 10 30 140 20 28
Octal 205 105 160 0 60 20 60 500 40 50
Binary 10000101 1000101 1110000 0 110000 10000 110000 101000000 100000 101000

Color Harmonies of #854570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854570

Black with #854570

Text Example


Text Example

White with #854570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854570; }

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

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

background-color css

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

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

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

border-color css

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

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

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