#056068

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

Shades of Blue Lagoon #056068

Tints of Blue Lagoon #056068

Color information

#056068 (or 0x056068) is unknown color: approx Blue Lagoon. HEX triplet: 05, 60 and 68. RGB value is (5,96,104). Sum of RGB (Red+Green+Blue) = 5+96+104=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #056068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056068 is #FA9F97. Grayscale: #454545. Windows color (decimal): -16424856 or 6840325. OLE color: 6840325.

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

Color convert

RGB596104-
CMYK0.950.0800.59
HSL184.85º90.83%21.37%-
HSV(B)184.85º95.19%40.78%-
XYZ6.749.414.56-
YUV69.7147.3581.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 104 (41.02% from 255) = 50.73%
R=2.44%
G=46.83%
B=50.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5961040.950.0800.59184.8590.8321.37
Hex560685F803Bb95b15
Octal51401501371007327113325
Binary1011100000110100010111111000011101110111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056068; }

 p { color: rgb(5,96,104); }

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

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

 a { background-color: rgb(5,96,104); }

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

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

 span { border-color: rgb(5,96,104); }

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