Shades of Half Baked #528F9B
Tints of Half Baked #528F9B
RGB
CMYK
RGB Variations
Color information
#528F9B (or 0x528F9B) is known color: Half Baked. HEX triplet: 52, 8F and 9B. RGB value is (82,143,155). Sum of RGB (Red+Green+Blue) = 82+143+155=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #528F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528F9B is #AD7064. Grayscale: #7E7E7E. Windows color (decimal): -11366501 or 10194770. OLE color: 10194770.
HSL color Cylindrical-coordinate representation of color #528F9B: hue angle of 189.86º 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 #528F9B is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 143 | 155 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.39 |
| HSL | 189.86º | 0.31% | 0.46% | - |
| HSV(B) | 189.86º | 0.47% | 0.61% | - |
| XYZ | 19.22 | 23.81 | 34.59 | - |
| YUV | 126.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 155 | 0.47 | 0.08 | 0 | 0.39 | 189.86 | 0.31 | 0.46 |
| Hex | 52 | 8F | 9B | 2F | 8 | 0 | 27 | BE | 1F | 2E |
| Octal | 122 | 217 | 233 | 57 | 10 | 0 | 47 | 276 | 37 | 56 |
| Binary | 1010010 | 10001111 | 10011011 | 101111 | 1000 | 0 | 100111 | 10111110 | 11111 | 101110 |
Color Harmonies of #528F9B
Complementary color
Monochromatic Colors of #528F9B
Black with #528F9B
Text Example
Text Example
White with #528F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528F9B; }
p { color: rgb(82,143,155); }
H1.HeaderClassName
{
color: #528F9B;
}
.AnyTagClassName
{
color: #528F9B;
}
</style>
background-color css
<style>
a { background-color: #528F9B; }
a { background-color: rgb(82,143,155); }
div.DivClassName
{
background-color: #528F9B;
}
.BgClassName
{
background-color: #528F9B;
}
</style>
border-color css
<style>
span { border-color: #528F9B; }
span { border-color: rgb(82,143,155); }
td.TdClassName
{
border-color: #528F9B;
}
.TagClassName
{
border-color: #528F9B;
}
</style>