#056351

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

Shades of Watercourse #056351

Tints of Watercourse #056351

Color information

#056351 (or 0x056351) is unknown color: approx Watercourse. HEX triplet: 05, 63 and 51. RGB value is (5,99,81). Sum of RGB (Red+Green+Blue) = 5+99+81=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #056351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056351 is #FA9CAE. Grayscale: #444444. Windows color (decimal): -16424111 or 5333765. OLE color: 5333765.

HSL color Cylindrical-coordinate representation of color #056351: hue angle of 168.51º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056351 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB59981-
CMYK0.9500.180.61
HSL168.51º90.38%20.39%-
HSV(B)168.51º94.95%38.82%-
XYZ6.019.559.31-
YUV68.84134.8682.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=2.70%
G=53.51%
B=43.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599810.9500.180.61168.5190.3820.39
Hex563515F0123Da95a14
Octal51431211370227525113224
Binary10111000111010001101111101001011110110101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056351; }

 p { color: rgb(5,99,81); }

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

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

 a { background-color: rgb(5,99,81); }

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

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

 span { border-color: rgb(5,99,81); }

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