#056B85

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

Shades of Blue Lagoon #056B85

Tints of Blue Lagoon #056B85

Color information

#056B85 (or 0x056B85) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 85. RGB value is (5,107,133). Sum of RGB (Red+Green+Blue) = 5+107+133=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #056B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B85 is #FA947A. Grayscale: #4F4F4F. Windows color (decimal): -16422011 or 8743685. OLE color: 8743685.

HSL color Cylindrical-coordinate representation of color #056B85: hue angle of 192.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B85 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5107133-
CMYK0.960.2000.48
HSL192.19º92.75%27.06%-
HSV(B)192.19º96.24%52.16%-
XYZ9.5512.2424.05-
YUV79.47158.2174.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.04%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=2.04%
G=43.67%
B=54.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51071330.960.2000.48192.1992.7527.06
Hex56B856014030c05d1b
Octal51532051402406030013533
Binary101110101110000101110000010100011000011000000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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