#75549C

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

Shades of Studio #75549C

Tints of Studio #75549C

Color information

#75549C (or 0x75549C) is unknown color: approx Studio. HEX triplet: 75, 54 and 9C. RGB value is (117,84,156). Sum of RGB (Red+Green+Blue) = 117+84+156=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #75549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75549C is #8AAB63. Grayscale: #656565. Windows color (decimal): -9087844 or 10245237. OLE color: 10245237.

HSL color Cylindrical-coordinate representation of color #75549C: hue angle of 267.5º 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 #75549C is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11784156-
CMYK0.250.4600.39
HSL267.5º30%47.06%-
HSV(B)267.5º46.15%61.18%-
XYZ16.5112.5233-
YUV102.07158.43138.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=32.77%
G=23.53%
B=43.70%

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
Decimal117841560.250.4600.39267.53047.06
Hex75549C192E02710c1e2f
Octal16512423431560474143657
Binary111010110101001001110011001101110010011110000110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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