#854462

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

Shades of Cosmic #854462

Tints of Cosmic #854462

Color information

#854462 (or 0x854462) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 62. RGB value is (133,68,98). Sum of RGB (Red+Green+Blue) = 133+68+98=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854462 is #7ABB9D. Grayscale: #5A5A5A. Windows color (decimal): -8043422 or 6440069. OLE color: 6440069.

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

Color convert

RGB1336898-
CMYK00.490.260.48
HSL332.31º32.34%39.41%-
HSV(B)332.31º48.87%52.16%-
XYZ13.941012.75-
YUV90.85132.03158.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=44.48%
G=22.74%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133689800.490.260.48332.3132.3439.41
Hex8544620311A3014c2027
Octal20510414206132605144047
Binary1000010110001001100010011000111010110000101001100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854462; }

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

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

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

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

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

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

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

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