#854264

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

Shades of Cosmic #854264

Tints of Cosmic #854264

Color information

#854264 (or 0x854264) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 64. RGB value is (133,66,100). Sum of RGB (Red+Green+Blue) = 133+66+100=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854264 is #7ABD9B. Grayscale: #595959. Windows color (decimal): -8043932 or 6570629. OLE color: 6570629.

HSL color Cylindrical-coordinate representation of color #854264: hue angle of 329.55º 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 #854264 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13366100-
CMYK00.500.250.48
HSL329.55º33.67%39.02%-
HSV(B)329.55º50.38%52.16%-
XYZ13.929.813.22-
YUV89.91133.7158.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=44.48%
G=22.07%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336610000.500.250.48329.5533.6739.02
Hex854264032193014a2227
Octal20510214406231605124247
Binary1000010110000101100100011001011001110000101001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854264; }

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

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

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

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

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

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

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

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