#855069

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

Shades of Cosmic #855069

Tints of Cosmic #855069

Color information

#855069 (or 0x855069) is unknown color: approx Cosmic. HEX triplet: 85, 50 and 69. RGB value is (133,80,105). Sum of RGB (Red+Green+Blue) = 133+80+105=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855069 is #7AAF96. Grayscale: #626262. Windows color (decimal): -8040343 or 6901893. OLE color: 6901893.

HSL color Cylindrical-coordinate representation of color #855069: hue angle of 331.7º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855069 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13380105-
CMYK00.400.210.48
HSL331.7º24.88%41.76%-
HSV(B)331.7º39.85%52.16%-
XYZ15.0911.7414.84-
YUV98.7131.56152.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=41.82%
G=25.16%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338010500.400.210.48331.724.8841.76
Hex855069028153014c192a
Octal20512015105025605143152
Binary100001011010000110100101010001010111000010100110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855069; }

 p { color: rgb(133,80,105); }

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

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

 a { background-color: rgb(133,80,105); }

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

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

 span { border-color: rgb(133,80,105); }

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