#854267

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

Shades of Cosmic #854267

Tints of Cosmic #854267

Color information

#854267 (or 0x854267) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 67. RGB value is (133,66,103). Sum of RGB (Red+Green+Blue) = 133+66+103=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854267 is #7ABD98. Grayscale: #5A5A5A. Windows color (decimal): -8043929 or 6767237. OLE color: 6767237.

HSL color Cylindrical-coordinate representation of color #854267: hue angle of 326.87º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854267 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13366103-
CMYK00.500.230.48
HSL326.87º33.67%39.02%-
HSV(B)326.87º50.38%52.16%-
XYZ14.079.8613.99-
YUV90.25135.2158.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=44.04%
G=21.85%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336610300.500.230.48326.8733.6739.02
Hex85426703217301472227
Octal20510214706227605074247
Binary1000010110000101100111011001010111110000101000111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854267; }

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

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

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

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

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

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

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

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