Shades of Studio #75589C
Tints of Studio #75589C
RGB
CMYK
RGB Variations
Color information
#75589C (or 0x75589C) is known color: Studio. HEX triplet: 75, 58 and 9C. RGB value is (117,88,156). Sum of RGB (Red+Green+Blue) = 117+88+156=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #75589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75589C is #8AA763. Grayscale: #686868. Windows color (decimal): -9086820 or 10246261. OLE color: 10246261.
HSL color Cylindrical-coordinate representation of color #75589C: hue angle of 265.59º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75589C is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 88 | 156 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.39 |
| HSL | 265.59º | 0.28% | 0.48% | - |
| HSV(B) | 265.59º | 0.44% | 0.61% | - |
| XYZ | 16.83 | 13.16 | 33.11 | - |
| YUV | 104.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 156 | 0.25 | 0.44 | 0 | 0.39 | 265.59 | 0.28 | 0.48 |
| Hex | 75 | 58 | 9C | 19 | 2C | 0 | 27 | 10A | 1C | 30 |
| Octal | 165 | 130 | 234 | 31 | 54 | 0 | 47 | 412 | 34 | 60 |
| Binary | 1110101 | 1011000 | 10011100 | 11001 | 101100 | 0 | 100111 | 100001010 | 11100 | 110000 |
Color Harmonies of #75589C
Complementary color
Monochromatic Colors of #75589C
Black with #75589C
Text Example
Text Example
White with #75589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75589C; }
p { color: rgb(117,88,156); }
H1.HeaderClassName
{
color: #75589C;
}
.AnyTagClassName
{
color: #75589C;
}
</style>
background-color css
<style>
a { background-color: #75589C; }
a { background-color: rgb(117,88,156); }
div.DivClassName
{
background-color: #75589C;
}
.BgClassName
{
background-color: #75589C;
}
</style>
border-color css
<style>
span { border-color: #75589C; }
span { border-color: rgb(117,88,156); }
td.TdClassName
{
border-color: #75589C;
}
.TagClassName
{
border-color: #75589C;
}
</style>