#825570

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

Shades of Cosmic #825570

Tints of Cosmic #825570

Color information

#825570 (or 0x825570) is unknown color: approx Cosmic. HEX triplet: 82, 55 and 70. RGB value is (130,85,112). Sum of RGB (Red+Green+Blue) = 130+85+112=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825570 is #7DAA8F. Grayscale: #656565. Windows color (decimal): -8235664 or 7361922. OLE color: 7361922.

HSL color Cylindrical-coordinate representation of color #825570: hue angle of 324º 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 #825570 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB13085112-
CMYK00.350.140.49
HSL324º20.93%42.16%-
HSV(B)324º34.62%50.98%-
XYZ15.3812.4116.91-
YUV101.53133.91148.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=39.76%
G=25.99%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511200.350.140.4932420.9342.16
Hex825570023E31144152a
Octal20212516004316615042552
Binary10000010101010111100000100011111011000110100010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825570; }

 p { color: rgb(130,85,112); }

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

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

 a { background-color: rgb(130,85,112); }

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

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

 span { border-color: rgb(130,85,112); }

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