#057779

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

Shades of Surfie Green #057779

Tints of Surfie Green #057779

Color information

#057779 (or 0x057779) is unknown color: approx Surfie Green. HEX triplet: 05, 77 and 79. RGB value is (5,119,121). Sum of RGB (Red+Green+Blue) = 5+119+121=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #057779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057779 is #FA8886. Grayscale: #555555. Windows color (decimal): -16418951 or 7960325. OLE color: 7960325.

HSL color Cylindrical-coordinate representation of color #057779: hue angle of 181.03º 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 #057779 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5119121-
CMYK0.960.0200.53
HSL181.03º92.06%24.71%-
HSV(B)181.03º95.87%47.45%-
XYZ10.1114.6120.38-
YUV85.14148.2370.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 119 (46.88% from 255) = 48.57%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=2.04%
G=48.57%
B=49.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51191210.960.0200.53181.0392.0624.71
Hex57779602035b55c19
Octal5167171140206526513431
Binary10111101111111001110000010011010110110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057779; }

 p { color: rgb(5,119,121); }

 H1.HeaderClassName
 {
   color: #057779;
 }
 .AnyTagClassName
 {
   color: #057779;
 }
</style>
background-color css

<style>
 a { background-color: #057779; }

 a { background-color: rgb(5,119,121); }

 div.DivClassName
 {
   background-color: #057779;
 }
 .BgClassName
 {
   background-color: #057779;
 }
</style>
border-color css

<style>
 span { border-color: #057779; }

 span { border-color: rgb(5,119,121); }

 td.TdClassName
 {
   border-color: #057779;
 }
 .TagClassName
 {
   border-color: #057779;
 }
</style>