#75539C

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

Shades of Studio #75539C

Tints of Studio #75539C

Color information

#75539C (or 0x75539C) is unknown color: approx Studio. HEX triplet: 75, 53 and 9C. RGB value is (117,83,156). Sum of RGB (Red+Green+Blue) = 117+83+156=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #75539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75539C is #8AAC63. Grayscale: #656565. Windows color (decimal): -9088100 or 10244981. OLE color: 10244981.

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

Color convert

RGB11783156-
CMYK0.250.4700.39
HSL267.95º30.54%46.86%-
HSV(B)267.95º46.79%61.18%-
XYZ16.4312.3732.97-
YUV101.49158.76139.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=32.87%
G=23.31%
B=43.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117831560.250.4700.39267.9530.5446.86
Hex75539C192F02710c1f2f
Octal16512323431570474143757
Binary111010110100111001110011001101111010011110000110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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