Shades of Breaker Bay #527A74
Tints of Breaker Bay #527A74
RGB
CMYK
RGB Variations
Color information
#527A74 (or 0x527A74) is known color: Breaker Bay. HEX triplet: 52, 7A and 74. RGB value is (82,122,116). Sum of RGB (Red+Green+Blue) = 82+122+116=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #527A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A74 is #AD858B. Grayscale: #6D6D6D. Windows color (decimal): -11371916 or 7633490. OLE color: 7633490.
HSL color Cylindrical-coordinate representation of color #527A74: hue angle of 171º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527A74 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 122 | 116 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.52 |
| HSL | 171º | 0.2% | 0.4% | - |
| HSV(B) | 171º | 0.33% | 0.48% | - |
| XYZ | 13.59 | 16.97 | 19.08 | - |
| YUV | 109.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 116 | 0.33 | 0 | 0.05 | 0.52 | 171 | 0.2 | 0.4 |
| Hex | 52 | 7A | 74 | 21 | 0 | 5 | 34 | AB | 14 | 28 |
| Octal | 122 | 172 | 164 | 41 | 0 | 5 | 64 | 253 | 24 | 50 |
| Binary | 1010010 | 1111010 | 1110100 | 100001 | 0 | 101 | 110100 | 10101011 | 10100 | 101000 |
Color Harmonies of #527A74
Complementary color
Monochromatic Colors of #527A74
Black with #527A74
Text Example
Text Example
White with #527A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A74; }
p { color: rgb(82,122,116); }
H1.HeaderClassName
{
color: #527A74;
}
.AnyTagClassName
{
color: #527A74;
}
</style>
background-color css
<style>
a { background-color: #527A74; }
a { background-color: rgb(82,122,116); }
div.DivClassName
{
background-color: #527A74;
}
.BgClassName
{
background-color: #527A74;
}
</style>
border-color css
<style>
span { border-color: #527A74; }
span { border-color: rgb(82,122,116); }
td.TdClassName
{
border-color: #527A74;
}
.TagClassName
{
border-color: #527A74;
}
</style>