Html Css Color HEX #805870 Cosmic

📋 copy color: '#805870'

red 128 ◦ green 88 ◦ blue 112

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

Shades of Cosmic #805870

Tints of Cosmic #805870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 39.02%
G = 26.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#805870 (or 0x805870) is known color: Cosmic. HEX triplet: 80, 58 and 70. RGB value is (128,88,112). Sum of RGB (Red+Green+Blue) = 128+88+112=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #805870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805870 is #7FA78F. Grayscale: #666666. Windows color (decimal): -8365968 or 7362688. OLE color: 7362688.

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

Color convert

RGB 128 88 112 -
CMYK 0 0.31 0.12 0.50
HSL 324º 0.19% 0.42% -
HSV(B) 324º 0.31% 0.5% -
XYZ 15.32 12.74 16.98 -
YUV 102.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 128 88 112 0 0.31 0.12 0.50 324 0.19 0.42
Hex 80 58 70 0 1F C 32 144 13 2A
Octal 200 130 160 0 37 14 62 504 23 52
Binary 10000000 1011000 1110000 0 11111 1100 110010 101000100 10011 101010

Color Harmonies of #805870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805870

Black with #805870

Text Example


Text Example

White with #805870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805870; }

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

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

background-color css

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

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

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

border-color css

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

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

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