Html Css Color HEX #056F53 Watercourse

📋 copy color: '#056F53'

red 5 ◦ green 111 ◦ blue 83

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

Shades of Watercourse #056F53

Tints of Watercourse #056F53

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.78%

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

R = 2.51%
G = 55.78%
B = 41.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#056F53 (or 0x056F53) is known color: Watercourse. HEX triplet: 05, 6F and 53. RGB value is (5,111,83). Sum of RGB (Red+Green+Blue) = 5+111+83=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #056F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056F53 is #FA90AC. Grayscale: #4C4C4C. Windows color (decimal): -16421037 or 5467909. OLE color: 5467909.

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

Color convert

RGB 5 111 83 -
CMYK 0.95 0 0.25 0.56
HSL 164.15º 0.91% 0.23% -
HSV(B) 164.15º 0.95% 0.44% -
XYZ 7.31 12.03 10.12 -
YUV 76.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 5 111 83 0.95 0 0.25 0.56 164.15 0.91 0.23
Hex 5 6F 53 5F 0 19 38 A4 5B 17
Octal 5 157 123 137 0 31 70 244 133 27
Binary 101 1101111 1010011 1011111 0 11001 111000 10100100 1011011 10111

Color Harmonies of #056F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F53

Black with #056F53

Text Example


Text Example

White with #056F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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