#005663

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

Shades of Blue Lagoon #005663

Tints of Blue Lagoon #005663

Color information

#005663 (or 0x005663) is unknown color: approx Blue Lagoon. HEX triplet: 00, 56 and 63. RGB value is (0,86,99). Sum of RGB (Red+Green+Blue) = 0+86+99=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #005663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005663 is #FFA99C. Grayscale: #3D3D3D. Windows color (decimal): -16755101 or 6510080. OLE color: 6510080.

HSL color Cylindrical-coordinate representation of color #005663: hue angle of 187.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005663 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB08699-
CMYK10.1300.61
HSL187.88º100%19.41%-
HSV(B)187.88º100%38.82%-
XYZ5.587.5612.97-
YUV61.77149.0183.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=0%
G=46.49%
B=53.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0869910.1300.61187.8810019.41
Hex0566364D03Dbc6413
Octal01261431441507527414423
Binary01010110110001111001001101011110110111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005663; }

 p { color: rgb(0,86,99); }

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

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

 a { background-color: rgb(0,86,99); }

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

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

 span { border-color: rgb(0,86,99); }

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