#057079

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

Shades of Surfie Green #057079

Tints of Surfie Green #057079

Color information

#057079 (or 0x057079) is unknown color: approx Surfie Green. HEX triplet: 05, 70 and 79. RGB value is (5,112,121). Sum of RGB (Red+Green+Blue) = 5+112+121=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #057079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057079 is #FA8F86. Grayscale: #505050. Windows color (decimal): -16420743 or 7958533. OLE color: 7958533.

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

Color convert

RGB5112121-
CMYK0.960.0700.53
HSL184.66º92.06%24.71%-
HSV(B)184.66º95.87%47.45%-
XYZ9.311320.11-
YUV81.03150.5573.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 121 (47.66% from 255) = 50.84%
R=2.10%
G=47.06%
B=50.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121210.960.0700.53184.6692.0624.71
Hex57079607035b95c19
Octal5160171140706527113431
Binary101111000011110011100000111011010110111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057079; }

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

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

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

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

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

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

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

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