#75579A

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

Shades of Studio #75579A

Tints of Studio #75579A

Color information

#75579A (or 0x75579A) is unknown color: approx Studio. HEX triplet: 75, 57 and 9A. RGB value is (117,87,154). Sum of RGB (Red+Green+Blue) = 117+87+154=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #75579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75579A is #8AA865. Grayscale: #676767. Windows color (decimal): -9087078 or 10114933. OLE color: 10114933.

HSL color Cylindrical-coordinate representation of color #75579A: hue angle of 266.87º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75579A is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11787154-
CMYK0.240.4400.40
HSL266.87º27.8%47.25%-
HSV(B)266.87º43.51%60.39%-
XYZ16.5812.9332.19-
YUV103.61156.44137.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=32.68%
G=24.30%
B=43.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117871540.240.4400.40266.8727.847.25
Hex75579A182C02810b1c2f
Octal16512723230540504133457
Binary111010110101111001101011000101100010100010000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,87,154); }

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

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

 a { background-color: rgb(117,87,154); }

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

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

 span { border-color: rgb(117,87,154); }

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