Html Css Color HEX #056B51 Watercourse

📋 copy color: '#056B51'

red 5 ◦ green 107 ◦ blue 81

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

Shades of Watercourse #056B51

Tints of Watercourse #056B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.44%

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 2.59%
G = 55.44%
B = 41.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#056B51 (or 0x056B51) is known color: Watercourse. HEX triplet: 05, 6B and 51. RGB value is (5,107,81). Sum of RGB (Red+Green+Blue) = 5+107+81=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #056B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B51 is #FA94AE. Grayscale: #494949. Windows color (decimal): -16422063 or 5335813. OLE color: 5335813.

HSL color Cylindrical-coordinate representation of color #056B51: hue angle of 164.71º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B51 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 81 -
CMYK 0.95 0 0.24 0.58
HSL 164.71º 0.91% 0.22% -
HSV(B) 164.71º 0.95% 0.42% -
XYZ 6.81 11.14 9.58 -
YUV 73.54 132.21 79.11 -
System Red Green Blue C M Y K H S L
Decimal 5 107 81 0.95 0 0.24 0.58 164.71 0.91 0.22
Hex 5 6B 51 5F 0 18 3A A5 5B 16
Octal 5 153 121 137 0 30 72 245 133 26
Binary 101 1101011 1010001 1011111 0 11000 111010 10100101 1011011 10110

Color Harmonies of #056B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B51

Black with #056B51

Text Example


Text Example

White with #056B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,81); }

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

background-color css

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

 a { background-color: rgb(5,107,81); }

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

border-color css

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

 span { border-color: rgb(5,107,81); }

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