#805465

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

Shades of Cosmic #805465

Tints of Cosmic #805465

Color information

#805465 (or 0x805465) is unknown color: approx Cosmic. HEX triplet: 80, 54 and 65. RGB value is (128,84,101). Sum of RGB (Red+Green+Blue) = 128+84+101=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805465 is #7FAB9A. Grayscale: #636363. Windows color (decimal): -8367003 or 6640768. OLE color: 6640768.

HSL color Cylindrical-coordinate representation of color #805465: hue angle of 336.82º degrees, saturation: 0.21, 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 #805465 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB12884101-
CMYK00.340.210.50
HSL336.82º20.75%41.57%-
HSV(B)336.82º34.38%50.2%-
XYZ14.4211.8713.84-
YUV99.09129.08148.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=40.89%
G=26.84%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288410100.340.210.50336.8220.7541.57
Hex8054650221532151152a
Octal20012414504225625212552
Binary100000001010100110010101000101010111001010101000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805465; }

 p { color: rgb(128,84,101); }

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

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

 a { background-color: rgb(128,84,101); }

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

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

 span { border-color: rgb(128,84,101); }

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