#016553

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

Shades of Watercourse #016553

Tints of Watercourse #016553

Color information

#016553 (or 0x016553) is unknown color: approx Watercourse. HEX triplet: 01, 65 and 53. RGB value is (1,101,83). Sum of RGB (Red+Green+Blue) = 1+101+83=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #016553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016553 is #FE9AAC. Grayscale: #454545. Windows color (decimal): -16685741 or 5465345. OLE color: 5465345.

HSL color Cylindrical-coordinate representation of color #016553: hue angle of 169.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016553 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB110183-
CMYK0.9900.180.60
HSL169.2º98.04%20%-
HSV(B)169.2º99.01%39.61%-
XYZ6.239.949.77-
YUV69.05135.8779.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 101 (39.84% from 255) = 54.59%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=0.54%
G=54.59%
B=44.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101830.9900.180.60169.298.0420
Hex16553630123Ca96214
Octal11451231430227425114224
Binary111001011010011110001101001011110010101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016553; }

 p { color: rgb(1,101,83); }

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

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

 a { background-color: rgb(1,101,83); }

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

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

 span { border-color: rgb(1,101,83); }

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