#057478

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

Shades of Surfie Green #057478

Tints of Surfie Green #057478

Color information

#057478 (or 0x057478) is unknown color: approx Surfie Green. HEX triplet: 05, 74 and 78. RGB value is (5,116,120). Sum of RGB (Red+Green+Blue) = 5+116+120=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #057478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057478 is #FA8B87. Grayscale: #535353. Windows color (decimal): -16419720 or 7894021. OLE color: 7894021.

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

Color convert

RGB5116120-
CMYK0.960.0300.53
HSL182.09º92%24.51%-
HSV(B)182.09º95.83%47.06%-
XYZ9.713.8819.94-
YUV83.27148.7372.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=2.07%
G=48.13%
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.53
SystemRedGreenBlueCMYKHSL
Decimal51161200.960.0300.53182.099224.51
Hex57478603035b65c19
Octal5164170140306526613431
Binary10111101001111000110000011011010110110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057478; }

 p { color: rgb(5,116,120); }

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

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

 a { background-color: rgb(5,116,120); }

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

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

 span { border-color: rgb(5,116,120); }

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