Shades of Surfie Green #057279
Tints of Surfie Green #057279
RGB
CMYK
RGB Variations
Color information
#057279 (or 0x057279) is known color: Surfie Green. HEX triplet: 05, 72 and 79. RGB value is (5,114,121). Sum of RGB (Red+Green+Blue) = 5+114+121=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #057279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057279 is #FA8D86. Grayscale: #525252. Windows color (decimal): -16420231 or 7959045. OLE color: 7959045.
HSL color Cylindrical-coordinate representation of color #057279: hue angle of 183.62º 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 #057279 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 114 | 121 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.53 |
| HSL | 183.62º | 0.92% | 0.25% | - |
| HSV(B) | 183.62º | 0.96% | 0.47% | - |
| XYZ | 9.53 | 13.45 | 20.18 | - |
| YUV | 82.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 121 | 0.96 | 0.06 | 0 | 0.53 | 183.62 | 0.92 | 0.25 |
| Hex | 5 | 72 | 79 | 60 | 6 | 0 | 35 | B8 | 5C | 19 |
| Octal | 5 | 162 | 171 | 140 | 6 | 0 | 65 | 270 | 134 | 31 |
| Binary | 101 | 1110010 | 1111001 | 1100000 | 110 | 0 | 110101 | 10111000 | 1011100 | 11001 |
Color Harmonies of #057279
Complementary color
Monochromatic Colors of #057279
Black with #057279
Text Example
Text Example
White with #057279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057279; }
p { color: rgb(5,114,121); }
H1.HeaderClassName
{
color: #057279;
}
.AnyTagClassName
{
color: #057279;
}
</style>
background-color css
<style>
a { background-color: #057279; }
a { background-color: rgb(5,114,121); }
div.DivClassName
{
background-color: #057279;
}
.BgClassName
{
background-color: #057279;
}
</style>
border-color css
<style>
span { border-color: #057279; }
span { border-color: rgb(5,114,121); }
td.TdClassName
{
border-color: #057279;
}
.TagClassName
{
border-color: #057279;
}
</style>