#055C48

Color #055C48 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #055C48

Tints of Watercourse #055C48

Color information

#055C48 (or 0x055C48) is unknown color: approx Watercourse. HEX triplet: 05, 5C and 48. RGB value is (5,92,72). Sum of RGB (Red+Green+Blue) = 5+92+72=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #055C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C48 is #FAA3B7. Grayscale: #3F3F3F. Windows color (decimal): -16425912 or 4742149. OLE color: 4742149.

HSL color Cylindrical-coordinate representation of color #055C48: hue angle of 166.21º 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 #055C48 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB59272-
CMYK0.9500.220.64
HSL166.21º89.69%19.02%-
HSV(B)166.21º94.57%36.08%-
XYZ5.068.157.44-
YUV63.71132.6886.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=2.96%
G=54.44%
B=42.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592720.9500.220.64166.2189.6919.02
Hex55C485F01640a65a13
Octal513411013702610024613223
Binary101101110010010001011111010110100000010100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #055C48;
 }
 .AnyTagClassName
 {
   color: #055C48;
 }
</style>
background-color css

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

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

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

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

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

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