#75599E

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

Shades of Studio #75599E

Tints of Studio #75599E

Color information

#75599E (or 0x75599E) is unknown color: approx Studio. HEX triplet: 75, 59 and 9E. RGB value is (117,89,158). Sum of RGB (Red+Green+Blue) = 117+89+158=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #75599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75599E is #8AA661. Grayscale: #686868. Windows color (decimal): -9086562 or 10377589. OLE color: 10377589.

HSL color Cylindrical-coordinate representation of color #75599E: hue angle of 264.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75599E is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11789158-
CMYK0.260.4400.38
HSL264.35º27.94%48.43%-
HSV(B)264.35º43.67%61.96%-
XYZ17.0813.434.03-
YUV105.24157.78136.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=32.14%
G=24.45%
B=43.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117891580.260.4400.38264.3527.9448.43
Hex75599E1A2C0261081c30
Octal16513123632540464103460
Binary111010110110011001111011010101100010011010000100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75599E; }

 p { color: rgb(117,89,158); }

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

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

 a { background-color: rgb(117,89,158); }

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

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

 span { border-color: rgb(117,89,158); }

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