Html Css Color HEX #056E53 Watercourse

📋 copy color: '#056E53'

red 5 ◦ green 110 ◦ blue 83

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

Shades of Watercourse #056E53

Tints of Watercourse #056E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 55.56%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 2.53%
G = 55.56%
B = 41.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#056E53 (or 0x056E53) is known color: Watercourse. HEX triplet: 05, 6E and 53. RGB value is (5,110,83). Sum of RGB (Red+Green+Blue) = 5+110+83=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #056E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E53 is #FA91AC. Grayscale: #4B4B4B. Windows color (decimal): -16421293 or 5467653. OLE color: 5467653.

HSL color Cylindrical-coordinate representation of color #056E53: hue angle of 164.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E53 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 83 -
CMYK 0.95 0 0.25 0.57
HSL 164.57º 0.91% 0.23% -
HSV(B) 164.57º 0.95% 0.43% -
XYZ 7.2 11.81 10.08 -
YUV 75.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 5 110 83 0.95 0 0.25 0.57 164.57 0.91 0.23
Hex 5 6E 53 5F 0 19 39 A5 5B 17
Octal 5 156 123 137 0 31 71 245 133 27
Binary 101 1101110 1010011 1011111 0 11001 111001 10100101 1011011 10111

Color Harmonies of #056E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E53

Black with #056E53

Text Example


Text Example

White with #056E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056E53; }

 p { color: rgb(5,110,83); }

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

background-color css

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

 a { background-color: rgb(5,110,83); }

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

border-color css

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

 span { border-color: rgb(5,110,83); }

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