Html Css Color HEX #056547 Watercourse

📋 copy color: '#056547'

red 5 ◦ green 101 ◦ blue 71

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

Shades of Watercourse #056547

Tints of Watercourse #056547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.06%

 BLUE value IS 71 (28.13% from 255) = 40.11%

R = 2.82%
G = 57.06%
B = 40.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#056547 (or 0x056547) is known color: Watercourse. HEX triplet: 05, 65 and 47. RGB value is (5,101,71). Sum of RGB (Red+Green+Blue) = 5+101+71=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #056547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056547 is #FA9AB8. Grayscale: #444444. Windows color (decimal): -16423609 or 4678917. OLE color: 4678917.

HSL color Cylindrical-coordinate representation of color #056547: hue angle of 161.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056547 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 71 -
CMYK 0.95 0 0.30 0.60
HSL 161.25º 0.91% 0.21% -
HSV(B) 161.25º 0.95% 0.4% -
XYZ 5.85 9.79 7.54 -
YUV 68.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 5 101 71 0.95 0 0.30 0.60 161.25 0.91 0.21
Hex 5 65 47 5F 0 1E 3C A1 5B 15
Octal 5 145 107 137 0 36 74 241 133 25
Binary 101 1100101 1000111 1011111 0 11110 111100 10100001 1011011 10101

Color Harmonies of #056547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056547

Black with #056547

Text Example


Text Example

White with #056547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056547; }

 p { color: rgb(5,101,71); }

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

background-color css

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

 a { background-color: rgb(5,101,71); }

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

border-color css

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

 span { border-color: rgb(5,101,71); }

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