Html Css Color HEX #056C54 Watercourse

📋 copy color: '#056C54'

red 5 ◦ green 108 ◦ blue 84

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

Shades of Watercourse #056C54

Tints of Watercourse #056C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

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

R = 2.54%
G = 54.82%
B = 42.64%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#056C54 (or 0x056C54) is known color: Watercourse. HEX triplet: 05, 6C and 54. RGB value is (5,108,84). Sum of RGB (Red+Green+Blue) = 5+108+84=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #056C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C54 is #FA93AB. Grayscale: #4A4A4A. Windows color (decimal): -16421804 or 5532677. OLE color: 5532677.

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

Color convert

RGB 5 108 84 -
CMYK 0.95 0 0.22 0.58
HSL 166.02º 0.91% 0.22% -
HSV(B) 166.02º 0.95% 0.42% -
XYZ 7.03 11.4 10.22 -
YUV 74.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 5 108 84 0.95 0 0.22 0.58 166.02 0.91 0.22
Hex 5 6C 54 5F 0 16 3A A6 5B 16
Octal 5 154 124 137 0 26 72 246 133 26
Binary 101 1101100 1010100 1011111 0 10110 111010 10100110 1011011 10110

Color Harmonies of #056C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C54

Black with #056C54

Text Example


Text Example

White with #056C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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