#005963

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

Shades of Blue Lagoon #005963

Tints of Blue Lagoon #005963

Color information

#005963 (or 0x005963) is unknown color: approx Blue Lagoon. HEX triplet: 00, 59 and 63. RGB value is (0,89,99). Sum of RGB (Red+Green+Blue) = 0+89+99=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #005963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005963 is #FFA69C. Grayscale: #3F3F3F. Windows color (decimal): -16754333 or 6510848. OLE color: 6510848.

HSL color Cylindrical-coordinate representation of color #005963: hue angle of 186.06º 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 #005963 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB08999-
CMYK10.1000.61
HSL186.06º100%19.41%-
HSV(B)186.06º100%38.82%-
XYZ5.828.0513.05-
YUV63.53148.0182.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=0%
G=47.34%
B=52.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal0899910.1000.61186.0610019.41
Hex0596364A03Dba6413
Octal01311431441207527214423
Binary01011001110001111001001010011110110111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005963; }

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

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

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

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

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

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

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

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