#05616A

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

Shades of Blue Lagoon #05616A

Tints of Blue Lagoon #05616A

Color information

#05616A (or 0x05616A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 61 and 6A. RGB value is (5,97,106). Sum of RGB (Red+Green+Blue) = 5+97+106=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #05616A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05616A is #FA9E95. Grayscale: #464646. Windows color (decimal): -16424598 or 6971653. OLE color: 6971653.

HSL color Cylindrical-coordinate representation of color #05616A: hue angle of 185.35º 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 #05616A is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB597106-
CMYK0.950.0800.58
HSL185.35º90.99%21.76%-
HSV(B)185.35º95.28%41.57%-
XYZ6.949.6215.13-
YUV70.52148.0281.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=2.40%
G=46.63%
B=50.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5971060.950.0800.58185.3590.9921.76
Hex5616A5F803Ab95b16
Octal51411521371007227113326
Binary1011100001110101010111111000011101010111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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