#057075

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

Shades of Surfie Green #057075

Tints of Surfie Green #057075

Color information

#057075 (or 0x057075) is unknown color: approx Surfie Green. HEX triplet: 05, 70 and 75. RGB value is (5,112,117). Sum of RGB (Red+Green+Blue) = 5+112+117=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #057075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057075 is #FA8F8A. Grayscale: #505050. Windows color (decimal): -16420747 or 7696389. OLE color: 7696389.

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

Color convert

RGB5112117-
CMYK0.960.0400.54
HSL182.68º91.8%23.92%-
HSV(B)182.68º95.73%45.88%-
XYZ9.0712.918.84-
YUV80.58148.5574.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 117 (46.09% from 255) = 50%
R=2.14%
G=47.86%
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.54
SystemRedGreenBlueCMYKHSL
Decimal51121170.960.0400.54182.6891.823.92
Hex57075604036b75c18
Octal5160165140406626713430
Binary101111000011101011100000100011011010110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057075; }

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

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

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

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

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

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

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

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