Html Css Color HEX #057055 Watercourse

📋 copy color: '#057055'

red 5 ◦ green 112 ◦ blue 85

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

Shades of Watercourse #057055

Tints of Watercourse #057055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.45%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 2.48%
G = 55.45%
B = 42.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#057055 (or 0x057055) is known color: Watercourse. HEX triplet: 05, 70 and 55. RGB value is (5,112,85). Sum of RGB (Red+Green+Blue) = 5+112+85=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #057055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057055 is #FA8FAA. Grayscale: #4C4C4C. Windows color (decimal): -16420779 or 5599237. OLE color: 5599237.

HSL color Cylindrical-coordinate representation of color #057055: hue angle of 164.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057055 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 85 -
CMYK 0.96 0 0.24 0.56
HSL 164.86º 0.91% 0.23% -
HSV(B) 164.86º 0.96% 0.44% -
XYZ 7.5 12.28 10.57 -
YUV 76.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 5 112 85 0.96 0 0.24 0.56 164.86 0.91 0.23
Hex 5 70 55 60 0 18 38 A5 5B 17
Octal 5 160 125 140 0 30 70 245 133 27
Binary 101 1110000 1010101 1100000 0 11000 111000 10100101 1011011 10111

Color Harmonies of #057055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057055

Black with #057055

Text Example


Text Example

White with #057055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057055; }

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

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

background-color css

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

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

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

border-color css

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

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

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