Shades of Surfie Green #058075
Tints of Surfie Green #058075
RGB
CMYK
RGB Variations
Color information
#058075 (or 0x058075) is known color: Surfie Green. HEX triplet: 05, 80 and 75. RGB value is (5,128,117). Sum of RGB (Red+Green+Blue) = 5+128+117=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #058075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058075 is #FA7F8A. Grayscale: #595959. Windows color (decimal): -16416651 or 7700485. OLE color: 7700485.
HSL color Cylindrical-coordinate representation of color #058075: hue angle of 174.63º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058075 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 117 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.50 |
| HSL | 174.63º | 0.92% | 0.26% | - |
| HSV(B) | 174.63º | 0.96% | 0.5% | - |
| XYZ | 10.99 | 16.75 | 19.48 | - |
| YUV | 89.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 117 | 0.96 | 0 | 0.09 | 0.50 | 174.63 | 0.92 | 0.26 |
| Hex | 5 | 80 | 75 | 60 | 0 | 9 | 32 | AF | 5C | 1A |
| Octal | 5 | 200 | 165 | 140 | 0 | 11 | 62 | 257 | 134 | 32 |
| Binary | 101 | 10000000 | 1110101 | 1100000 | 0 | 1001 | 110010 | 10101111 | 1011100 | 11010 |
Color Harmonies of #058075
Complementary color
Monochromatic Colors of #058075
Black with #058075
Text Example
Text Example
White with #058075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058075; }
p { color: rgb(5,128,117); }
H1.HeaderClassName
{
color: #058075;
}
.AnyTagClassName
{
color: #058075;
}
</style>
background-color css
<style>
a { background-color: #058075; }
a { background-color: rgb(5,128,117); }
div.DivClassName
{
background-color: #058075;
}
.BgClassName
{
background-color: #058075;
}
</style>
border-color css
<style>
span { border-color: #058075; }
span { border-color: rgb(5,128,117); }
td.TdClassName
{
border-color: #058075;
}
.TagClassName
{
border-color: #058075;
}
</style>