#803E58

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

Shades of Cosmic #803E58

Tints of Cosmic #803E58

Color information

#803E58 (or 0x803E58) is unknown color: approx Cosmic. HEX triplet: 80, 3E and 58. RGB value is (128,62,88). Sum of RGB (Red+Green+Blue) = 128+62+88=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #803E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803E58 is #7FC1A7. Grayscale: #545454. Windows color (decimal): -8372648 or 5783168. OLE color: 5783168.

HSL color Cylindrical-coordinate representation of color #803E58: hue angle of 336.36º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803E58 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB1286288-
CMYK00.520.310.50
HSL336.36º34.74%37.25%-
HSV(B)336.36º51.56%50.2%-
XYZ12.398.7410.27-
YUV84.7129.87158.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=46.04%
G=22.30%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128628800.520.310.50336.3634.7437.25
Hex803E580341F321502325
Octal2007613006437625204345
Binary100000001111101011000011010011111110010101010000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803E58; }

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

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

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

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

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

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

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

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