#05777B

Color #05777B Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #05777B

Tints of Surfie Green #05777B

Color information

#05777B (or 0x05777B) is unknown color: approx 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

RGB5119123-
CMYK0.960.0300.52
HSL182.03º92.19%25.1%-
HSV(B)182.03º95.93%48.24%-
XYZ10.2314.6621.03-
YUV85.37149.2370.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 123 (48.44% from 255) = 49.80%
R=2.02%
G=48.18%
B=49.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51191230.960.0300.52182.0392.1925.1
Hex5777B603034b65c19
Octal5167173140306426613431
Binary10111101111111011110000011011010010110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>