#805866

Color #805866 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #805866

Tints of Cosmic #805866

Color information

#805866 (or 0x805866) is unknown color: approx Cosmic. HEX triplet: 80, 58 and 66. RGB value is (128,88,102). Sum of RGB (Red+Green+Blue) = 128+88+102=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #805866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805866 is #7FA799. Grayscale: #656565. Windows color (decimal): -8365978 or 6707328. OLE color: 6707328.

HSL color Cylindrical-coordinate representation of color #805866: hue angle of 339º 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 #805866 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12888102-
CMYK00.310.200.50
HSL339º18.52%42.35%-
HSV(B)339º31.25%50.2%-
XYZ14.7912.5314.21-
YUV101.56128.25146.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=40.25%
G=27.67%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288810200.310.200.5033918.5242.35
Hex80586601F1432153132a
Octal20013014603724625232352
Binary10000000101100011001100111111010011001010101001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805866; }

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

 H1.HeaderClassName
 {
   color: #805866;
 }
 .AnyTagClassName
 {
   color: #805866;
 }
</style>
background-color css

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

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

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

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

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

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