#055261

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

Shades of Blue Lagoon #055261

Tints of Blue Lagoon #055261

Color information

#055261 (or 0x055261) is unknown color: approx Blue Lagoon. HEX triplet: 05, 52 and 61. RGB value is (5,82,97). Sum of RGB (Red+Green+Blue) = 5+82+97=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #055261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055261 is #FAAD9E. Grayscale: #3C3C3C. Windows color (decimal): -16428447 or 6377989. OLE color: 6377989.

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

Color convert

RGB58297-
CMYK0.950.1500.62
HSL189.78º90.2%20%-
HSV(B)189.78º94.85%38.04%-
XYZ5.246.9312.37-
YUV60.69148.4988.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=2.72%
G=44.57%
B=52.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal582970.950.1500.62189.7890.220
Hex552615FF03Ebe5a14
Octal51221411371707627613224
Binary1011010010110000110111111111011111010111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055261; }

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

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

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

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

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

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

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

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