#854867

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

Shades of Cosmic #854867

Tints of Cosmic #854867

Color information

#854867 (or 0x854867) is unknown color: approx Cosmic. HEX triplet: 85, 48 and 67. RGB value is (133,72,103). Sum of RGB (Red+Green+Blue) = 133+72+103=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #854867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854867 is #7AB798. Grayscale: #5D5D5D. Windows color (decimal): -8042393 or 6768773. OLE color: 6768773.

HSL color Cylindrical-coordinate representation of color #854867: hue angle of 329.51º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854867 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13372103-
CMYK00.460.230.48
HSL329.51º29.76%40.2%-
HSV(B)329.51º45.86%52.16%-
XYZ14.4410.614.12-
YUV93.77133.21155.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=43.18%
G=23.38%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337210300.460.230.48329.5129.7640.2
Hex85486702E173014a1e28
Octal20511014705627605123650
Binary100001011001000110011101011101011111000010100101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854867; }

 p { color: rgb(133,72,103); }

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

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

 a { background-color: rgb(133,72,103); }

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

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

 span { border-color: rgb(133,72,103); }

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