#874568

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

Shades of Cosmic #874568

Tints of Cosmic #874568

Color information

#874568 (or 0x874568) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 68. RGB value is (135,69,104). Sum of RGB (Red+Green+Blue) = 135+69+104=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #874568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874568 is #78BA97. Grayscale: #5C5C5C. Windows color (decimal): -7912088 or 6833543. OLE color: 6833543.

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

Color convert

RGB13569104-
CMYK00.490.230.47
HSL328.18º32.35%40%-
HSV(B)328.18º48.89%52.94%-
XYZ14.6210.4114.33-
YUV92.72134.37158.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=43.83%
G=22.40%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356910400.490.230.47328.1832.3540
Hex874568031172F1482028
Octal20710515006127575104050
Binary1000011110001011101000011000110111101111101001000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874568; }

 p { color: rgb(135,69,104); }

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

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

 a { background-color: rgb(135,69,104); }

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

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

 span { border-color: rgb(135,69,104); }

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