Shades of Surfie Green #057479
Tints of Surfie Green #057479
RGB
CMYK
RGB Variations
Color information
#057479 (or 0x057479) is known color: Surfie Green. HEX triplet: 05, 74 and 79. RGB value is (5,116,121). Sum of RGB (Red+Green+Blue) = 5+116+121=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #057479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057479 is #FA8B86. Grayscale: #535353. Windows color (decimal): -16419719 or 7959557. OLE color: 7959557.
HSL color Cylindrical-coordinate representation of color #057479: hue angle of 182.59º 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 #057479 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 116 | 121 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.53 |
| HSL | 182.59º | 0.92% | 0.25% | - |
| HSV(B) | 182.59º | 0.96% | 0.47% | - |
| XYZ | 9.76 | 13.9 | 20.26 | - |
| YUV | 83.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 121 | 0.96 | 0.04 | 0 | 0.53 | 182.59 | 0.92 | 0.25 |
| Hex | 5 | 74 | 79 | 60 | 4 | 0 | 35 | B7 | 5C | 19 |
| Octal | 5 | 164 | 171 | 140 | 4 | 0 | 65 | 267 | 134 | 31 |
| Binary | 101 | 1110100 | 1111001 | 1100000 | 100 | 0 | 110101 | 10110111 | 1011100 | 11001 |
Color Harmonies of #057479
Complementary color
Monochromatic Colors of #057479
Black with #057479
Text Example
Text Example
White with #057479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057479; }
p { color: rgb(5,116,121); }
H1.HeaderClassName
{
color: #057479;
}
.AnyTagClassName
{
color: #057479;
}
</style>
background-color css
<style>
a { background-color: #057479; }
a { background-color: rgb(5,116,121); }
div.DivClassName
{
background-color: #057479;
}
.BgClassName
{
background-color: #057479;
}
</style>
border-color css
<style>
span { border-color: #057479; }
span { border-color: rgb(5,116,121); }
td.TdClassName
{
border-color: #057479;
}
.TagClassName
{
border-color: #057479;
}
</style>