#854567

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

Shades of Cosmic #854567

Tints of Cosmic #854567

Color information

#854567 (or 0x854567) is unknown color: approx Cosmic. HEX triplet: 85, 45 and 67. RGB value is (133,69,103). Sum of RGB (Red+Green+Blue) = 133+69+103=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854567 is #7ABA98. Grayscale: #5B5B5B. Windows color (decimal): -8043161 or 6768005. OLE color: 6768005.

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

Color convert

RGB13369103-
CMYK00.480.230.48
HSL328.12º31.68%39.61%-
HSV(B)328.12º48.12%52.16%-
XYZ14.2510.2214.05-
YUV92.01134.2157.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=43.61%
G=22.62%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336910300.480.230.48328.1231.6839.61
Hex85456703017301482028
Octal20510514706027605104050
Binary1000010110001011100111011000010111110000101001000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854567; }

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

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

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

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

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

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

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

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