Html Css Color HEX #056853 Watercourse

📋 copy color: '#056853'

red 5 ◦ green 104 ◦ blue 83

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

Shades of Watercourse #056853

Tints of Watercourse #056853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 2.6%
G = 54.17%
B = 43.23%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#056853 (or 0x056853) is known color: Watercourse. HEX triplet: 05, 68 and 53. RGB value is (5,104,83). Sum of RGB (Red+Green+Blue) = 5+104+83=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #056853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056853 is #FA97AC. Grayscale: #474747. Windows color (decimal): -16422829 or 5466117. OLE color: 5466117.

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

Color convert

RGB 5 104 83 -
CMYK 0.95 0 0.20 0.59
HSL 167.27º 0.91% 0.21% -
HSV(B) 167.27º 0.95% 0.41% -
XYZ 6.57 10.56 9.87 -
YUV 72.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 5 104 83 0.95 0 0.20 0.59 167.27 0.91 0.21
Hex 5 68 53 5F 0 14 3B A7 5B 15
Octal 5 150 123 137 0 24 73 247 133 25
Binary 101 1101000 1010011 1011111 0 10100 111011 10100111 1011011 10101

Color Harmonies of #056853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056853

Black with #056853

Text Example


Text Example

White with #056853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056853; }

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

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

background-color css

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

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

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

border-color css

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

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

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