#057875

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

Shades of Surfie Green #057875

Tints of Surfie Green #057875

Color information

#057875 (or 0x057875) is unknown color: approx Surfie Green. HEX triplet: 05, 78 and 75. RGB value is (5,120,117). Sum of RGB (Red+Green+Blue) = 5+120+117=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #057875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057875 is #FA878A. Grayscale: #555555. Windows color (decimal): -16418699 or 7698437. OLE color: 7698437.

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

Color convert

RGB5120117-
CMYK0.9600.020.53
HSL178.43º92%24.51%-
HSV(B)178.43º95.83%47.06%-
XYZ9.9914.7519.15-
YUV85.27145.970.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=2.07%
G=49.59%
B=48.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51201170.9600.020.53178.439224.51
Hex57875600235b25c19
Octal5170165140026526213431
Binary10111110001110101110000001011010110110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057875; }

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

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

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

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

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

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

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

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