#055461

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

Shades of Blue Lagoon #055461

Tints of Blue Lagoon #055461

Color information

#055461 (or 0x055461) is unknown color: approx Blue Lagoon. HEX triplet: 05, 54 and 61. RGB value is (5,84,97). Sum of RGB (Red+Green+Blue) = 5+84+97=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #055461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055461 is #FAAB9E. Grayscale: #3D3D3D. Windows color (decimal): -16427935 or 6378501. OLE color: 6378501.

HSL color Cylindrical-coordinate representation of color #055461: hue angle of 188.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055461 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58497-
CMYK0.950.1300.62
HSL188.48º90.2%20%-
HSV(B)188.48º94.85%38.04%-
XYZ5.397.2412.42-
YUV61.86147.8387.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=2.69%
G=45.16%
B=52.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal584970.950.1300.62188.4890.220
Hex554615FD03Ebc5a14
Octal51241411371507627413224
Binary1011010100110000110111111101011111010111100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055461; }

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

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

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

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

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

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

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

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