Shades of Surfie Green #057079
Tints of Surfie Green #057079
RGB
CMYK
RGB Variations
Color information
#057079 (or 0x057079) is known color: Surfie Green. HEX triplet: 05, 70 and 79. RGB value is (5,112,121). Sum of RGB (Red+Green+Blue) = 5+112+121=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #057079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057079 is #FA8F86. Grayscale: #505050. Windows color (decimal): -16420743 or 7958533. OLE color: 7958533.
HSL color Cylindrical-coordinate representation of color #057079: hue angle of 184.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057079 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 112 | 121 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.53 |
| HSL | 184.66º | 0.92% | 0.25% | - |
| HSV(B) | 184.66º | 0.96% | 0.47% | - |
| XYZ | 9.31 | 13 | 20.11 | - |
| YUV | 81.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 121 | 0.96 | 0.07 | 0 | 0.53 | 184.66 | 0.92 | 0.25 |
| Hex | 5 | 70 | 79 | 60 | 7 | 0 | 35 | B9 | 5C | 19 |
| Octal | 5 | 160 | 171 | 140 | 7 | 0 | 65 | 271 | 134 | 31 |
| Binary | 101 | 1110000 | 1111001 | 1100000 | 111 | 0 | 110101 | 10111001 | 1011100 | 11001 |
Color Harmonies of #057079
Complementary color
Monochromatic Colors of #057079
Black with #057079
Text Example
Text Example
White with #057079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057079; }
p { color: rgb(5,112,121); }
H1.HeaderClassName
{
color: #057079;
}
.AnyTagClassName
{
color: #057079;
}
</style>
background-color css
<style>
a { background-color: #057079; }
a { background-color: rgb(5,112,121); }
div.DivClassName
{
background-color: #057079;
}
.BgClassName
{
background-color: #057079;
}
</style>
border-color css
<style>
span { border-color: #057079; }
span { border-color: rgb(5,112,121); }
td.TdClassName
{
border-color: #057079;
}
.TagClassName
{
border-color: #057079;
}
</style>