#056B7D

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

Shades of Blue Lagoon #056B7D

Tints of Blue Lagoon #056B7D

Color information

#056B7D (or 0x056B7D) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 7D. RGB value is (5,107,125). Sum of RGB (Red+Green+Blue) = 5+107+125=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #056B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B7D is #FA9482. Grayscale: #4E4E4E. Windows color (decimal): -16422019 or 8219397. OLE color: 8219397.

HSL color Cylindrical-coordinate representation of color #056B7D: hue angle of 189º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B7D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5107125-
CMYK0.960.1400.51
HSL189º92.31%25.49%-
HSV(B)189º96%49.02%-
XYZ9.0212.0321.25-
YUV78.55154.2175.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 107 (42.19% from 255) = 45.15%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=2.11%
G=45.15%
B=52.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51071250.960.1400.5118992.3125.49
Hex56B7D60E033bd5c19
Octal51531751401606327513431
Binary1011101011111110111000001110011001110111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056B7D; }

 p { color: rgb(5,107,125); }

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

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

 a { background-color: rgb(5,107,125); }

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

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

 span { border-color: rgb(5,107,125); }

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