#057B52

Color #057B52 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #057B52

Tints of Watercourse #057B52

Color information

#057B52 (or 0x057B52) is unknown color: approx Watercourse. HEX triplet: 05, 7B and 52. RGB value is (5,123,82). Sum of RGB (Red+Green+Blue) = 5+123+82=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #057B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B52 is #FA84AD. Grayscale: #535353. Windows color (decimal): -16417966 or 5405445. OLE color: 5405445.

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

Color convert

RGB512382-
CMYK0.9600.330.52
HSL159.15º92.19%25.1%-
HSV(B)159.15º95.93%48.24%-
XYZ8.6714.8110.38-
YUV83.04127.4172.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=2.38%
G=58.57%
B=39.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123820.9600.330.52159.1592.1925.1
Hex57B5260021349f5c19
Octal51731221400416423713431
Binary101111101110100101100000010000111010010011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057B52; }

 p { color: rgb(5,123,82); }

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

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

 a { background-color: rgb(5,123,82); }

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

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

 span { border-color: rgb(5,123,82); }

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