#75579B

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

Shades of Studio #75579B

Tints of Studio #75579B

Color information

#75579B (or 0x75579B) is unknown color: approx Studio. HEX triplet: 75, 57 and 9B. RGB value is (117,87,155). Sum of RGB (Red+Green+Blue) = 117+87+155=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #75579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75579B is #8AA864. Grayscale: #676767. Windows color (decimal): -9087077 or 10180469. OLE color: 10180469.

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

Color convert

RGB11787155-
CMYK0.250.4400.39
HSL266.47º28.1%47.45%-
HSV(B)266.47º43.87%60.78%-
XYZ16.6612.9632.63-
YUV103.72156.94137.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=32.59%
G=24.23%
B=43.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117871550.250.4400.39266.4728.147.45
Hex75579B192C02710a1c2f
Octal16512723331540474123457
Binary111010110101111001101111001101100010011110000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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