#825468

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

Shades of Cosmic #825468

Tints of Cosmic #825468

Color information

#825468 (or 0x825468) is unknown color: approx Cosmic. HEX triplet: 82, 54 and 68. RGB value is (130,84,104). Sum of RGB (Red+Green+Blue) = 130+84+104=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825468 is #7DAB97. Grayscale: #646464. Windows color (decimal): -8235928 or 6837378. OLE color: 6837378.

HSL color Cylindrical-coordinate representation of color #825468: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825468 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB13084104-
CMYK00.350.20.49
HSL333.91º21.5%41.96%-
HSV(B)333.91º35.38%50.98%-
XYZ14.8712.0914.65-
YUV100.03130.24149.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=40.88%
G=26.42%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308410400.350.20.49333.9121.541.96
Hex825468023143114e152a
Octal20212415004324615162552
Binary100000101010100110100001000111010011000110100111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825468; }

 p { color: rgb(130,84,104); }

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

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

 a { background-color: rgb(130,84,104); }

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

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

 span { border-color: rgb(130,84,104); }

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