#75586A

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

Shades of Cosmic #75586A

Tints of Cosmic #75586A

Color information

#75586A (or 0x75586A) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 6A. RGB value is (117,88,106). Sum of RGB (Red+Green+Blue) = 117+88+106=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75586A is #8AA795. Grayscale: #626262. Windows color (decimal): -9086870 or 6969461. OLE color: 6969461.

HSL color Cylindrical-coordinate representation of color #75586A: hue angle of 322.76º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75586A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11788106-
CMYK00.250.090.54
HSL322.76º14.15%40.2%-
HSV(B)322.76º24.79%45.88%-
XYZ13.4311.815.21-
YUV98.72132.11141.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=37.62%
G=28.30%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810600.250.090.54322.7614.1540.2
Hex75586A019936143e28
Octal16513015203111665031650
Binary11101011011000110101001100110011101101010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75586A; }

 p { color: rgb(117,88,106); }

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

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

 a { background-color: rgb(117,88,106); }

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

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

 span { border-color: rgb(117,88,106); }

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