#05757A

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

Shades of Surfie Green #05757A

Tints of Surfie Green #05757A

Color information

#05757A (or 0x05757A) is unknown color: approx Surfie Green. HEX triplet: 05, 75 and 7A. RGB value is (5,117,122). Sum of RGB (Red+Green+Blue) = 5+117+122=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #05757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05757A is #FA8A85. Grayscale: #535353. Windows color (decimal): -16419462 or 8025349. OLE color: 8025349.

HSL color Cylindrical-coordinate representation of color #05757A: hue angle of 182.56º 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 #05757A is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5117122-
CMYK0.960.0400.52
HSL182.56º92.13%24.9%-
HSV(B)182.56º95.9%47.84%-
XYZ9.9414.1620.62-
YUV84.08149.3971.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 122 (48.05% from 255) = 50%
R=2.05%
G=47.95%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51171220.960.0400.52182.5692.1324.9
Hex5757A604034b75c19
Octal5165172140406426713431
Binary101111010111110101100000100011010010110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05757A; }

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

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

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

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

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

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

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

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