#055948

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

Shades of Watercourse #055948

Tints of Watercourse #055948

Color information

#055948 (or 0x055948) is unknown color: approx Watercourse. HEX triplet: 05, 59 and 48. RGB value is (5,89,72). Sum of RGB (Red+Green+Blue) = 5+89+72=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #055948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055948 is #FAA6B7. Grayscale: #3D3D3D. Windows color (decimal): -16426680 or 4741381. OLE color: 4741381.

HSL color Cylindrical-coordinate representation of color #055948: hue angle of 167.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055948 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB58972-
CMYK0.9400.190.65
HSL167.86º89.36%18.43%-
HSV(B)167.86º94.38%34.9%-
XYZ4.87.647.35-
YUV61.95133.6787.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=3.01%
G=53.61%
B=43.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589720.9400.190.65167.8689.3618.43
Hex559485E01341a85912
Octal513111013602310125013122
Binary101101100110010001011110010011100000110101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055948; }

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

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

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

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

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

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

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

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