Html Css Color HEX #055C47 Watercourse

📋 copy color: '#055C47'

red 5 ◦ green 92 ◦ blue 71

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

Shades of Watercourse #055C47

Tints of Watercourse #055C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 54.76%

 BLUE value IS 71 (28.13% from 255) = 42.26%

R = 2.98%
G = 54.76%
B = 42.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#055C47 (or 0x055C47) is known color: Watercourse. HEX triplet: 05, 5C and 47. RGB value is (5,92,71). Sum of RGB (Red+Green+Blue) = 5+92+71=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #055C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C47 is #FAA3B8. Grayscale: #3F3F3F. Windows color (decimal): -16425913 or 4676613. OLE color: 4676613.

HSL color Cylindrical-coordinate representation of color #055C47: hue angle of 165.52º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C47 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 92 71 -
CMYK 0.95 0 0.23 0.64
HSL 165.52º 0.9% 0.19% -
HSV(B) 165.52º 0.95% 0.36% -
XYZ 5.03 8.14 7.27 -
YUV 63.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 5 92 71 0.95 0 0.23 0.64 165.52 0.9 0.19
Hex 5 5C 47 5F 0 17 40 A6 5A 13
Octal 5 134 107 137 0 27 100 246 132 23
Binary 101 1011100 1000111 1011111 0 10111 1000000 10100110 1011010 10011

Color Harmonies of #055C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C47

Black with #055C47

Text Example


Text Example

White with #055C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055C47; }

 p { color: rgb(5,92,71); }

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

background-color css

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

 a { background-color: rgb(5,92,71); }

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

border-color css

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

 span { border-color: rgb(5,92,71); }

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