Shades of Studio #75529D
Tints of Studio #75529D
RGB
CMYK
RGB Variations
Color information
#75529D (or 0x75529D) is known color: 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
| RGB | 117 | 82 | 157 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.38 |
| HSL | 268º | 0.31% | 0.47% | - |
| HSV(B) | 268º | 0.48% | 0.62% | - |
| XYZ | 16.44 | 12.25 | 33.4 | - |
| YUV | 101.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 157 | 0.25 | 0.48 | 0 | 0.38 | 268 | 0.31 | 0.47 |
| Hex | 75 | 52 | 9D | 19 | 30 | 0 | 26 | 10C | 1F | 2F |
| Octal | 165 | 122 | 235 | 31 | 60 | 0 | 46 | 414 | 37 | 57 |
| Binary | 1110101 | 1010010 | 10011101 | 11001 | 110000 | 0 | 100110 | 100001100 | 11111 | 101111 |
Color Harmonies of #75529D
Complementary color
Monochromatic Colors of #75529D
Black with #75529D
Text Example
Text Example
White with #75529D
Text Example
Text Example
HTML Codes & Css Web 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>