#75539B

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

Shades of Studio #75539B

Tints of Studio #75539B

Color information

#75539B (or 0x75539B) is unknown color: approx Studio. HEX triplet: 75, 53 and 9B. RGB value is (117,83,155). Sum of RGB (Red+Green+Blue) = 117+83+155=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #75539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539B is #8AAC64. Grayscale: #656565. Windows color (decimal): -9088101 or 10179445. OLE color: 10179445.

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

Color convert

RGB11783155-
CMYK0.250.4600.39
HSL268.33º30.25%46.67%-
HSV(B)268.33º46.45%60.78%-
XYZ16.3512.3332.53-
YUV101.37158.26139.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=32.96%
G=23.38%
B=43.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117831550.250.4600.39268.3330.2546.67
Hex75539B192E02710c1e2f
Octal16512323331560474143657
Binary111010110100111001101111001101110010011110000110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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