Shades of Surfie Green #05777B
Tints of Surfie Green #05777B
RGB
CMYK
RGB Variations
Color information
#05777B (or 0x05777B) is known color: Surfie Green. HEX triplet: 05, 77 and 7B. RGB value is (5,119,123). Sum of RGB (Red+Green+Blue) = 5+119+123=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #05777B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05777B is #FA8884. Grayscale: #555555. Windows color (decimal): -16418949 or 8091397. OLE color: 8091397.
HSL color Cylindrical-coordinate representation of color #05777B: hue angle of 182.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05777B is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 119 | 123 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.52 |
| HSL | 182.03º | 0.92% | 0.25% | - |
| HSV(B) | 182.03º | 0.96% | 0.48% | - |
| XYZ | 10.23 | 14.66 | 21.03 | - |
| YUV | 85.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 123 | 0.96 | 0.03 | 0 | 0.52 | 182.03 | 0.92 | 0.25 |
| Hex | 5 | 77 | 7B | 60 | 3 | 0 | 34 | B6 | 5C | 19 |
| Octal | 5 | 167 | 173 | 140 | 3 | 0 | 64 | 266 | 134 | 31 |
| Binary | 101 | 1110111 | 1111011 | 1100000 | 11 | 0 | 110100 | 10110110 | 1011100 | 11001 |
Color Harmonies of #05777B
Complementary color
Monochromatic Colors of #05777B
Black with #05777B
Text Example
Text Example
White with #05777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05777B; }
p { color: rgb(5,119,123); }
H1.HeaderClassName
{
color: #05777B;
}
.AnyTagClassName
{
color: #05777B;
}
</style>
background-color css
<style>
a { background-color: #05777B; }
a { background-color: rgb(5,119,123); }
div.DivClassName
{
background-color: #05777B;
}
.BgClassName
{
background-color: #05777B;
}
</style>
border-color css
<style>
span { border-color: #05777B; }
span { border-color: rgb(5,119,123); }
td.TdClassName
{
border-color: #05777B;
}
.TagClassName
{
border-color: #05777B;
}
</style>