#854062

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

Shades of Cosmic #854062

Tints of Cosmic #854062

Color information

#854062 (or 0x854062) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 62. RGB value is (133,64,98). Sum of RGB (Red+Green+Blue) = 133+64+98=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #854062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854062 is #7ABF9D. Grayscale: #585858. Windows color (decimal): -8044446 or 6439045. OLE color: 6439045.

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

Color convert

RGB1336498-
CMYK00.520.260.48
HSL330.43º35.03%38.63%-
HSV(B)330.43º51.88%52.16%-
XYZ13.719.5412.67-
YUV88.51133.36159.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=45.08%
G=21.69%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133649800.520.260.48330.4335.0338.63
Hex8540620341A3014a2327
Octal20510014206432605124347
Binary1000010110000001100010011010011010110000101001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854062; }

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

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

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

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

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

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

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

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