#057175

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

Shades of Surfie Green #057175

Tints of Surfie Green #057175

Color information

#057175 (or 0x057175) is unknown color: approx Surfie Green. HEX triplet: 05, 71 and 75. RGB value is (5,113,117). Sum of RGB (Red+Green+Blue) = 5+113+117=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #057175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057175 is #FA8E8A. Grayscale: #515151. Windows color (decimal): -16420491 or 7696645. OLE color: 7696645.

HSL color Cylindrical-coordinate representation of color #057175: hue angle of 182.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057175 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5113117-
CMYK0.960.0300.54
HSL182.14º91.8%23.92%-
HSV(B)182.14º95.73%45.88%-
XYZ9.1813.1318.88-
YUV81.16148.2273.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=2.13%
G=48.09%
B=49.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51131170.960.0300.54182.1491.823.92
Hex57175603036b65c18
Octal5161165140306626613430
Binary10111100011110101110000011011011010110110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057175; }

 p { color: rgb(5,113,117); }

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

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

 a { background-color: rgb(5,113,117); }

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

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

 span { border-color: rgb(5,113,117); }

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