#055963

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

Shades of Blue Lagoon #055963

Tints of Blue Lagoon #055963

Color information

#055963 (or 0x055963) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 63. RGB value is (5,89,99). Sum of RGB (Red+Green+Blue) = 5+89+99=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #055963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055963 is #FAA69C. Grayscale: #404040. Windows color (decimal): -16426653 or 6510853. OLE color: 6510853.

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

Color convert

RGB58999-
CMYK0.950.1000.61
HSL186.38º90.38%20.39%-
HSV(B)186.38º94.95%38.82%-
XYZ5.898.0813.05-
YUV65.02147.1785.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=2.59%
G=46.11%
B=51.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal589990.950.1000.61186.3890.3820.39
Hex559635FA03Dba5a14
Octal51311431371207527213224
Binary1011011001110001110111111010011110110111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055963; }

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

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

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

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

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

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

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

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