#056266

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

Shades of Blue Lagoon #056266

Tints of Blue Lagoon #056266

Color information

#056266 (or 0x056266) is unknown color: approx Blue Lagoon. HEX triplet: 05, 62 and 66. RGB value is (5,98,102). Sum of RGB (Red+Green+Blue) = 5+98+102=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #056266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056266 is #FA9D99. Grayscale: #464646. Windows color (decimal): -16424346 or 6709765. OLE color: 6709765.

HSL color Cylindrical-coordinate representation of color #056266: hue angle of 182.47º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056266 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB598102-
CMYK0.950.0400.6
HSL182.47º90.65%20.98%-
HSV(B)182.47º95.1%40%-
XYZ6.839.7314.09-
YUV70.65145.6981.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=2.44%
G=47.80%
B=49.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5981020.950.0400.6182.4790.6520.98
Hex562665F403Cb65b15
Octal5142146137407426613325
Binary101110001011001101011111100011110010110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056266; }

 p { color: rgb(5,98,102); }

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

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

 a { background-color: rgb(5,98,102); }

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

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

 span { border-color: rgb(5,98,102); }

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