#853A6C

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

Shades of Cosmic #853A6C

Tints of Cosmic #853A6C

Color information

#853A6C (or 0x853A6C) is unknown color: approx Cosmic. HEX triplet: 85, 3A and 6C. RGB value is (133,58,108). Sum of RGB (Red+Green+Blue) = 133+58+108=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #853A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A6C is #7AC593. Grayscale: #565656. Windows color (decimal): -8045972 or 7092869. OLE color: 7092869.

HSL color Cylindrical-coordinate representation of color #853A6C: hue angle of 320º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A6C is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13358108-
CMYK00.560.190.48
HSL320º39.27%37.45%-
HSV(B)320º56.39%52.16%-
XYZ13.899.115.21-
YUV86.12140.35161.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=44.48%
G=19.40%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335810800.560.190.4832039.2737.45
Hex853A6C03813301402725
Octal2057215407023605004745
Binary100001011110101101100011100010011110000101000000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A6C; }

 p { color: rgb(133,58,108); }

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

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

 a { background-color: rgb(133,58,108); }

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

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

 span { border-color: rgb(133,58,108); }

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