#80455B

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

Shades of Cosmic #80455B

Tints of Cosmic #80455B

Color information

#80455B (or 0x80455B) is unknown color: approx Cosmic. HEX triplet: 80, 45 and 5B. RGB value is (128,69,91). Sum of RGB (Red+Green+Blue) = 128+69+91=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80455B is #7FBAA4. Grayscale: #595959. Windows color (decimal): -8370853 or 5981568. OLE color: 5981568.

HSL color Cylindrical-coordinate representation of color #80455B: hue angle of 337.63º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80455B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1286991-
CMYK00.460.290.50
HSL337.63º29.95%38.63%-
HSV(B)337.63º46.09%50.2%-
XYZ12.929.611.07-
YUV89.15129.05155.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 91 (35.94% from 255) = 31.60%
R=44.44%
G=23.96%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128699100.460.290.50337.6329.9538.63
Hex80455B02E1D321521e27
Octal20010513305635625223647
Binary100000001000101101101101011101110111001010101001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80455B; }

 p { color: rgb(128,69,91); }

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

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

 a { background-color: rgb(128,69,91); }

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

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

 span { border-color: rgb(128,69,91); }

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