Shades of Studio #75529B
Tints of Studio #75529B
RGB
CMYK
RGB Variations
Color information
#75529B (or 0x75529B) is known color: Studio. HEX triplet: 75, 52 and 9B. RGB value is (117,82,155). Sum of RGB (Red+Green+Blue) = 117+82+155=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #75529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75529B is #8AAD64. Grayscale: #646464. Windows color (decimal): -9088357 or 10179189. OLE color: 10179189.
HSL color Cylindrical-coordinate representation of color #75529B: hue angle of 268.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75529B is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 82 | 155 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.39 |
| HSL | 268.77º | 0.31% | 0.46% | - |
| HSV(B) | 268.77º | 0.47% | 0.61% | - |
| XYZ | 16.27 | 12.18 | 32.5 | - |
| YUV | 100.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 155 | 0.25 | 0.47 | 0 | 0.39 | 268.77 | 0.31 | 0.46 |
| Hex | 75 | 52 | 9B | 19 | 2F | 0 | 27 | 10D | 1F | 2E |
| Octal | 165 | 122 | 233 | 31 | 57 | 0 | 47 | 415 | 37 | 56 |
| Binary | 1110101 | 1010010 | 10011011 | 11001 | 101111 | 0 | 100111 | 100001101 | 11111 | 101110 |
Color Harmonies of #75529B
Complementary color
Monochromatic Colors of #75529B
Black with #75529B
Text Example
Text Example
White with #75529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75529B; }
p { color: rgb(117,82,155); }
H1.HeaderClassName
{
color: #75529B;
}
.AnyTagClassName
{
color: #75529B;
}
</style>
background-color css
<style>
a { background-color: #75529B; }
a { background-color: rgb(117,82,155); }
div.DivClassName
{
background-color: #75529B;
}
.BgClassName
{
background-color: #75529B;
}
</style>
border-color css
<style>
span { border-color: #75529B; }
span { border-color: rgb(117,82,155); }
td.TdClassName
{
border-color: #75529B;
}
.TagClassName
{
border-color: #75529B;
}
</style>