#75529D

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

Shades of Studio #75529D

Tints of Studio #75529D

Color information

#75529D (or 0x75529D) is unknown color: approx Studio. HEX triplet: 75, 52 and 9D. RGB value is (117,82,157). Sum of RGB (Red+Green+Blue) = 117+82+157=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #75529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75529D is #8AAD62. Grayscale: #646464. Windows color (decimal): -9088355 or 10310261. OLE color: 10310261.

HSL color Cylindrical-coordinate representation of color #75529D: hue angle of 268º 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 #75529D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11782157-
CMYK0.250.4800.38
HSL268º31.38%46.86%-
HSV(B)268º47.77%61.57%-
XYZ16.4412.2533.4-
YUV101.01159.6139.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=32.87%
G=23.03%
B=44.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117821570.250.4800.3826831.3846.86
Hex75529D193002610c1f2f
Octal16512223531600464143757
Binary111010110100101001110111001110000010011010000110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75529D; }

 p { color: rgb(117,82,157); }

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

<style>
 a { background-color: #75529D; }

 a { background-color: rgb(117,82,157); }

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

<style>
 span { border-color: #75529D; }

 span { border-color: rgb(117,82,157); }

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