Html Css Color HEX #056953 Watercourse

📋 copy color: '#056953'

red 5 ◦ green 105 ◦ blue 83

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

Shades of Watercourse #056953

Tints of Watercourse #056953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.4%

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

R = 2.59%
G = 54.4%
B = 43.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#056953 (or 0x056953) is known color: Watercourse. HEX triplet: 05, 69 and 53. RGB value is (5,105,83). Sum of RGB (Red+Green+Blue) = 5+105+83=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #056953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056953 is #FA96AC. Grayscale: #484848. Windows color (decimal): -16422573 or 5466373. OLE color: 5466373.

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

Color convert

RGB 5 105 83 -
CMYK 0.95 0 0.21 0.59
HSL 166.8º 0.91% 0.22% -
HSV(B) 166.8º 0.95% 0.41% -
XYZ 6.68 10.76 9.91 -
YUV 72.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 5 105 83 0.95 0 0.21 0.59 166.8 0.91 0.22
Hex 5 69 53 5F 0 15 3B A7 5B 16
Octal 5 151 123 137 0 25 73 247 133 26
Binary 101 1101001 1010011 1011111 0 10101 111011 10100111 1011011 10110

Color Harmonies of #056953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056953

Black with #056953

Text Example


Text Example

White with #056953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056953; }

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

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

background-color css

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

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

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

border-color css

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

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

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