Html Css Color HEX #056447 Watercourse

📋 copy color: '#056447'

red 5 ◦ green 100 ◦ blue 71

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

Shades of Watercourse #056447

Tints of Watercourse #056447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 56.82%

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

R = 2.84%
G = 56.82%
B = 40.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#056447 (or 0x056447) is known color: Watercourse. HEX triplet: 05, 64 and 47. RGB value is (5,100,71). Sum of RGB (Red+Green+Blue) = 5+100+71=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 100 (39.45% from 255 or 56.82% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 100 - color contains mainly: green. Hex color #056447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056447 is #FA9BB8. Grayscale: #444444. Windows color (decimal): -16423865 or 4678661. OLE color: 4678661.

HSL color Cylindrical-coordinate representation of color #056447: hue angle of 161.68º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056447 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 71 -
CMYK 0.95 0 0.29 0.61
HSL 161.68º 0.9% 0.21% -
HSV(B) 161.68º 0.95% 0.39% -
XYZ 5.76 9.6 7.51 -
YUV 68.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 5 100 71 0.95 0 0.29 0.61 161.68 0.9 0.21
Hex 5 64 47 5F 0 1D 3D A2 5A 15
Octal 5 144 107 137 0 35 75 242 132 25
Binary 101 1100100 1000111 1011111 0 11101 111101 10100010 1011010 10101

Color Harmonies of #056447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056447

Black with #056447

Text Example


Text Example

White with #056447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056447; }

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

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

background-color css

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

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

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

border-color css

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

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

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