#81506E

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

Shades of Cosmic #81506E

Tints of Cosmic #81506E

Color information

#81506E (or 0x81506E) is unknown color: approx Cosmic. HEX triplet: 81, 50 and 6E. RGB value is (129,80,110). Sum of RGB (Red+Green+Blue) = 129+80+110=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81506E is #7EAF91. Grayscale: #616161. Windows color (decimal): -8302482 or 7229569. OLE color: 7229569.

HSL color Cylindrical-coordinate representation of color #81506E: hue angle of 323.27º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81506E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12980110-
CMYK00.380.150.49
HSL323.27º23.44%40.98%-
HSV(B)323.27º37.98%50.59%-
XYZ14.7411.5316.2-
YUV98.07134.73150.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=40.44%
G=25.08%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298011000.380.150.49323.2723.4440.98
Hex81506E026F311431729
Octal20112015604617615032751
Binary10000001101000011011100100110111111000110100001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81506E; }

 p { color: rgb(129,80,110); }

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

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

 a { background-color: rgb(129,80,110); }

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

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

 span { border-color: rgb(129,80,110); }

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