#824558

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

Shades of Cosmic #824558

Tints of Cosmic #824558

Color information

#824558 (or 0x824558) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 58. RGB value is (130,69,88). Sum of RGB (Red+Green+Blue) = 130+69+88=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824558 is #7DBAA7. Grayscale: #595959. Windows color (decimal): -8239784 or 5784962. OLE color: 5784962.

HSL color Cylindrical-coordinate representation of color #824558: hue angle of 341.31º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824558 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB1306988-
CMYK00.470.320.49
HSL341.31º30.65%39.02%-
HSV(B)341.31º46.92%50.98%-
XYZ13.19.7110.42-
YUV89.4127.21156.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=45.30%
G=24.04%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130698800.470.320.49341.3130.6539.02
Hex82455802F20311551f27
Octal20210513005740615253747
Binary1000001010001011011000010111110000011000110101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824558; }

 p { color: rgb(130,69,88); }

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

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

 a { background-color: rgb(130,69,88); }

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

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

 span { border-color: rgb(130,69,88); }

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