#056466

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

Shades of Blue Lagoon #056466

Tints of Blue Lagoon #056466

Color information

#056466 (or 0x056466) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 66. RGB value is (5,100,102). Sum of RGB (Red+Green+Blue) = 5+100+102=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #056466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056466 is #FA9B99. Grayscale: #474747. Windows color (decimal): -16423834 or 6710277. OLE color: 6710277.

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

Color convert

RGB5100102-
CMYK0.950.0200.6
HSL181.24º90.65%20.98%-
HSV(B)181.24º95.1%40%-
XYZ7.0210.1114.15-
YUV71.82145.0380.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=2.42%
G=48.31%
B=49.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51001020.950.0200.6181.2490.6520.98
Hex564665F203Cb55b15
Octal5144146137207426513325
Binary10111001001100110101111110011110010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056466; }

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

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

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

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

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

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

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

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