Html Css Color HEX #057752 Watercourse

📋 copy color: '#057752'

red 5 ◦ green 119 ◦ blue 82

#057752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #057752

Tints of Watercourse #057752

RGB

 RED value IS 5 (2.34% from 255) = 2.43%

 GREEN value IS 119 (46.88% from 255) = 57.77%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 2.43%
G = 57.77%
B = 39.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#057752 (or 0x057752) is known color: Watercourse. HEX triplet: 05, 77 and 52. RGB value is (5,119,82). Sum of RGB (Red+Green+Blue) = 5+119+82=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #057752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057752 is #FA88AD. Grayscale: #505050. Windows color (decimal): -16418990 or 5404421. OLE color: 5404421.

HSL color Cylindrical-coordinate representation of color #057752: hue angle of 160.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057752 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 82 -
CMYK 0.96 0 0.31 0.53
HSL 160.53º 0.92% 0.24% -
HSV(B) 160.53º 0.96% 0.47% -
XYZ 8.18 13.84 10.22 -
YUV 80.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 5 119 82 0.96 0 0.31 0.53 160.53 0.92 0.24
Hex 5 77 52 60 0 1F 35 A1 5C 18
Octal 5 167 122 140 0 37 65 241 134 30
Binary 101 1110111 1010010 1100000 0 11111 110101 10100001 1011100 11000

Color Harmonies of #057752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057752

Black with #057752

Text Example


Text Example

White with #057752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057752; }

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

 H1.HeaderClassName
 {
   color: #057752;
 }
 .AnyTagClassName
 {
   color: #057752;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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