#75539F

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

Shades of Studio #75539F

Tints of Studio #75539F

Color information

#75539F (or 0x75539F) is unknown color: approx Studio. HEX triplet: 75, 53 and 9F. RGB value is (117,83,159). Sum of RGB (Red+Green+Blue) = 117+83+159=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #75539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539F is #8AAC60. Grayscale: #656565. Windows color (decimal): -9088097 or 10441589. OLE color: 10441589.

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

Color convert

RGB11783159-
CMYK0.260.4800.38
HSL266.84º31.4%47.45%-
HSV(B)266.84º47.8%62.35%-
XYZ16.6912.4734.33-
YUV101.83160.26138.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=32.59%
G=23.12%
B=44.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117831590.260.4800.38266.8431.447.45
Hex75539F1A3002610b1f2f
Octal16512323732600464133757
Binary111010110100111001111111010110000010011010000101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75539F; }

 p { color: rgb(117,83,159); }

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

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

 a { background-color: rgb(117,83,159); }

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

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

 span { border-color: rgb(117,83,159); }

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