Html Css Color HEX #056546 Watercourse

📋 copy color: '#056546'

red 5 ◦ green 101 ◦ blue 70

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

Shades of Watercourse #056546

Tints of Watercourse #056546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 2.84%
G = 57.39%
B = 39.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#056546 (or 0x056546) is known color: Watercourse. HEX triplet: 05, 65 and 46. RGB value is (5,101,70). Sum of RGB (Red+Green+Blue) = 5+101+70=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #056546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056546 is #FA9AB9. Grayscale: #444444. Windows color (decimal): -16423610 or 4613381. OLE color: 4613381.

HSL color Cylindrical-coordinate representation of color #056546: hue angle of 160.62º 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 #056546 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 101 70 -
CMYK 0.95 0 0.31 0.60
HSL 160.63º 0.91% 0.21% -
HSV(B) 160.63º 0.95% 0.4% -
XYZ 5.82 9.78 7.38 -
YUV 68.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 5 101 70 0.95 0 0.31 0.60 160.63 0.91 0.21
Hex 5 65 46 5F 0 1F 3C A1 5B 15
Octal 5 145 106 137 0 37 74 241 133 25
Binary 101 1100101 1000110 1011111 0 11111 111100 10100001 1011011 10101

Color Harmonies of #056546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056546

Black with #056546

Text Example


Text Example

White with #056546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056546; }

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

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

background-color css

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

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

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

border-color css

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

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

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