#05516A

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

Shades of Blue Lagoon #05516A

Tints of Blue Lagoon #05516A

Color information

#05516A (or 0x05516A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 51 and 6A. RGB value is (5,81,106). Sum of RGB (Red+Green+Blue) = 5+81+106=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #05516A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05516A is #FAAE95. Grayscale: #3C3C3C. Windows color (decimal): -16428694 or 6967557. OLE color: 6967557.

HSL color Cylindrical-coordinate representation of color #05516A: hue angle of 194.85º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05516A is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB581106-
CMYK0.950.2400.58
HSL194.85º90.99%21.76%-
HSV(B)194.85º95.28%41.57%-
XYZ5.616.9614.68-
YUV61.13153.3287.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=2.60%
G=42.19%
B=55.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5811060.950.2400.58194.8590.9921.76
Hex5516A5F1803Ac35b16
Octal51211521373007230313326
Binary10110100011101010101111111000011101011000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05516A; }

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

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

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

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

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

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

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

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