#056277

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

Shades of Blue Lagoon #056277

Tints of Blue Lagoon #056277

Color information

#056277 (or 0x056277) is unknown color: approx Blue Lagoon. HEX triplet: 05, 62 and 77. RGB value is (5,98,119). Sum of RGB (Red+Green+Blue) = 5+98+119=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #056277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056277 is #FA9D88. Grayscale: #484848. Windows color (decimal): -16424329 or 7823877. OLE color: 7823877.

HSL color Cylindrical-coordinate representation of color #056277: hue angle of 191.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056277 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB598119-
CMYK0.960.1800.53
HSL191.05º91.94%24.31%-
HSV(B)191.05º95.8%46.67%-
XYZ7.7610.118.99-
YUV72.59154.1979.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=2.25%
G=44.14%
B=53.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5981190.960.1800.53191.0591.9424.31
Hex562776012035bf5c18
Octal51421671402206527713430
Binary10111000101110111110000010010011010110111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056277; }

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

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

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

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

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

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

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

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