#854465

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

Shades of Cosmic #854465

Tints of Cosmic #854465

Color information

#854465 (or 0x854465) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 65. RGB value is (133,68,101). Sum of RGB (Red+Green+Blue) = 133+68+101=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #854465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854465 is #7ABB9A. Grayscale: #5B5B5B. Windows color (decimal): -8043419 or 6636677. OLE color: 6636677.

HSL color Cylindrical-coordinate representation of color #854465: hue angle of 329.54º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854465 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13368101-
CMYK00.490.240.48
HSL329.54º32.34%39.41%-
HSV(B)329.54º48.87%52.16%-
XYZ14.0910.0613.51-
YUV91.2133.53157.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=44.04%
G=22.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336810100.490.240.48329.5432.3439.41
Hex854465031183014a2027
Octal20510414506130605124047
Binary1000010110001001100101011000111000110000101001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854465; }

 p { color: rgb(133,68,101); }

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

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

 a { background-color: rgb(133,68,101); }

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

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

 span { border-color: rgb(133,68,101); }

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