Html Css Color HEX #056854 Watercourse

📋 copy color: '#056854'

red 5 ◦ green 104 ◦ blue 84

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

Shades of Watercourse #056854

Tints of Watercourse #056854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.89%

 BLUE value IS 84 (33.2% from 255) = 43.52%

R = 2.59%
G = 53.89%
B = 43.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#056854 (or 0x056854) is known color: Watercourse. HEX triplet: 05, 68 and 54. RGB value is (5,104,84). Sum of RGB (Red+Green+Blue) = 5+104+84=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #056854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056854 is #FA97AB. Grayscale: #484848. Windows color (decimal): -16422828 or 5531653. OLE color: 5531653.

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

Color convert

RGB 5 104 84 -
CMYK 0.95 0 0.19 0.59
HSL 167.88º 0.91% 0.21% -
HSV(B) 167.88º 0.95% 0.41% -
XYZ 6.61 10.57 10.08 -
YUV 72.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 5 104 84 0.95 0 0.19 0.59 167.88 0.91 0.21
Hex 5 68 54 5F 0 13 3B A8 5B 15
Octal 5 150 124 137 0 23 73 250 133 25
Binary 101 1101000 1010100 1011111 0 10011 111011 10101000 1011011 10101

Color Harmonies of #056854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056854

Black with #056854

Text Example


Text Example

White with #056854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056854; }

 p { color: rgb(5,104,84); }

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

background-color css

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

 a { background-color: rgb(5,104,84); }

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

border-color css

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

 span { border-color: rgb(5,104,84); }

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