Shades of Surfie Green #05717B
Tints of Surfie Green #05717B
RGB
CMYK
RGB Variations
Color information
#05717B (or 0x05717B) is known color: Surfie Green. HEX triplet: 05, 71 and 7B. RGB value is (5,113,123). Sum of RGB (Red+Green+Blue) = 5+113+123=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #05717B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05717B is #FA8E84. Grayscale: #515151. Windows color (decimal): -16420485 or 8089861. OLE color: 8089861.
HSL color Cylindrical-coordinate representation of color #05717B: hue angle of 185.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05717B is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 113 | 123 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.52 |
| HSL | 185.08º | 0.92% | 0.25% | - |
| HSV(B) | 185.08º | 0.96% | 0.48% | - |
| XYZ | 9.54 | 13.27 | 20.8 | - |
| YUV | 81.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 123 | 0.96 | 0.08 | 0 | 0.52 | 185.08 | 0.92 | 0.25 |
| Hex | 5 | 71 | 7B | 60 | 8 | 0 | 34 | B9 | 5C | 19 |
| Octal | 5 | 161 | 173 | 140 | 10 | 0 | 64 | 271 | 134 | 31 |
| Binary | 101 | 1110001 | 1111011 | 1100000 | 1000 | 0 | 110100 | 10111001 | 1011100 | 11001 |
Color Harmonies of #05717B
Complementary color
Monochromatic Colors of #05717B
Black with #05717B
Text Example
Text Example
White with #05717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05717B; }
p { color: rgb(5,113,123); }
H1.HeaderClassName
{
color: #05717B;
}
.AnyTagClassName
{
color: #05717B;
}
</style>
background-color css
<style>
a { background-color: #05717B; }
a { background-color: rgb(5,113,123); }
div.DivClassName
{
background-color: #05717B;
}
.BgClassName
{
background-color: #05717B;
}
</style>
border-color css
<style>
span { border-color: #05717B; }
span { border-color: rgb(5,113,123); }
td.TdClassName
{
border-color: #05717B;
}
.TagClassName
{
border-color: #05717B;
}
</style>