Shades of Surfie Green #058575
Tints of Surfie Green #058575
RGB
CMYK
RGB Variations
Color information
#058575 (or 0x058575) is known color: Surfie Green. HEX triplet: 05, 85 and 75. RGB value is (5,133,117). Sum of RGB (Red+Green+Blue) = 5+133+117=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #058575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058575 is #FA7A8A. Grayscale: #5C5C5C. Windows color (decimal): -16415371 or 7701765. OLE color: 7701765.
HSL color Cylindrical-coordinate representation of color #058575: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058575 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 117 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.48 |
| HSL | 172.5º | 0.93% | 0.27% | - |
| HSV(B) | 172.5º | 0.96% | 0.52% | - |
| XYZ | 11.66 | 18.09 | 19.71 | - |
| YUV | 92.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 117 | 0.96 | 0 | 0.12 | 0.48 | 172.5 | 0.93 | 0.27 |
| Hex | 5 | 85 | 75 | 60 | 0 | C | 30 | AC | 5D | 1B |
| Octal | 5 | 205 | 165 | 140 | 0 | 14 | 60 | 254 | 135 | 33 |
| Binary | 101 | 10000101 | 1110101 | 1100000 | 0 | 1100 | 110000 | 10101100 | 1011101 | 11011 |
Color Harmonies of #058575
Complementary color
Monochromatic Colors of #058575
Black with #058575
Text Example
Text Example
White with #058575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058575; }
p { color: rgb(5,133,117); }
H1.HeaderClassName
{
color: #058575;
}
.AnyTagClassName
{
color: #058575;
}
</style>
background-color css
<style>
a { background-color: #058575; }
a { background-color: rgb(5,133,117); }
div.DivClassName
{
background-color: #058575;
}
.BgClassName
{
background-color: #058575;
}
</style>
border-color css
<style>
span { border-color: #058575; }
span { border-color: rgb(5,133,117); }
td.TdClassName
{
border-color: #058575;
}
.TagClassName
{
border-color: #058575;
}
</style>