#057252

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

Shades of Watercourse #057252

Tints of Watercourse #057252

Color information

#057252 (or 0x057252) is unknown color: approx Watercourse. HEX triplet: 05, 72 and 52. RGB value is (5,114,82). Sum of RGB (Red+Green+Blue) = 5+114+82=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #057252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057252 is #FA8DAD. Grayscale: #4D4D4D. Windows color (decimal): -16420270 or 5403141. OLE color: 5403141.

HSL color Cylindrical-coordinate representation of color #057252: hue angle of 162.39º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057252 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB511482-
CMYK0.9600.280.55
HSL162.39º91.6%23.33%-
HSV(B)162.39º95.61%44.71%-
XYZ7.612.6810.03-
YUV77.76130.3976.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=2.49%
G=56.72%
B=40.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114820.9600.280.55162.3991.623.33
Hex572526001C37a25c17
Octal51621221400346724213427
Binary10111100101010010110000001110011011110100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057252; }

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

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

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

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

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

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

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

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