#853A66

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

Shades of Cosmic #853A66

Tints of Cosmic #853A66

Color information

#853A66 (or 0x853A66) is unknown color: approx Cosmic. HEX triplet: 85, 3A and 66. RGB value is (133,58,102). Sum of RGB (Red+Green+Blue) = 133+58+102=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #853A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A66 is #7AC599. Grayscale: #555555. Windows color (decimal): -8045978 or 6699653. OLE color: 6699653.

HSL color Cylindrical-coordinate representation of color #853A66: hue angle of 324.8º 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 #853A66 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13358102-
CMYK00.560.230.48
HSL324.8º39.27%37.45%-
HSV(B)324.8º56.39%52.16%-
XYZ13.588.9713.59-
YUV85.44137.35161.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=45.39%
G=19.80%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335810200.560.230.48324.839.2737.45
Hex853A6603817301452725
Octal2057214607027605054745
Binary100001011110101100110011100010111110000101000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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