#83566E

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

Shades of Cosmic #83566E

Tints of Cosmic #83566E

Color information

#83566E (or 0x83566E) is unknown color: approx Cosmic. HEX triplet: 83, 56 and 6E. RGB value is (131,86,110). Sum of RGB (Red+Green+Blue) = 131+86+110=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #83566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83566E is #7CA991. Grayscale: #666666. Windows color (decimal): -8169874 or 7231107. OLE color: 7231107.

HSL color Cylindrical-coordinate representation of color #83566E: hue angle of 328º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83566E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13186110-
CMYK00.340.160.49
HSL328º20.74%42.55%-
HSV(B)328º34.35%51.37%-
XYZ15.512.6116.37-
YUV102.19132.41148.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=40.06%
G=26.30%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318611000.340.160.4932820.7442.55
Hex83566E0221031148152b
Octal20312615604220615102553
Binary100000111010110110111001000101000011000110100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,86,110); }

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

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

 a { background-color: rgb(131,86,110); }

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

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

 span { border-color: rgb(131,86,110); }

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