Html Css Color HEX #805570 Cosmic

📋 copy color: '#805570'

red 128 ◦ green 85 ◦ blue 112

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

Shades of Cosmic #805570

Tints of Cosmic #805570

RGB

 RED value IS 128 (50.39% from 255) = 39.38%

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 39.38%
G = 26.15%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805570 (or 0x805570) is known color: Cosmic. HEX triplet: 80, 55 and 70. RGB value is (128,85,112). Sum of RGB (Red+Green+Blue) = 128+85+112=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #805570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805570 is #7FAA8F. Grayscale: #646464. Windows color (decimal): -8366736 or 7361920. OLE color: 7361920.

HSL color Cylindrical-coordinate representation of color #805570: hue angle of 322.33º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805570 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 112 -
CMYK 0 0.34 0.12 0.50
HSL 322.33º 0.2% 0.42% -
HSV(B) 322.33º 0.34% 0.5% -
XYZ 15.08 12.26 16.9 -
YUV 100.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 128 85 112 0 0.34 0.12 0.50 322.33 0.2 0.42
Hex 80 55 70 0 22 C 32 142 14 2A
Octal 200 125 160 0 42 14 62 502 24 52
Binary 10000000 1010101 1110000 0 100010 1100 110010 101000010 10100 101010

Color Harmonies of #805570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805570

Black with #805570

Text Example


Text Example

White with #805570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805570; }

 p { color: rgb(128,85,112); }

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

background-color css

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

 a { background-color: rgb(128,85,112); }

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

border-color css

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

 span { border-color: rgb(128,85,112); }

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