#056B83

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

Shades of Blue Lagoon #056B83

Tints of Blue Lagoon #056B83

Color information

#056B83 (or 0x056B83) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 83. RGB value is (5,107,131). Sum of RGB (Red+Green+Blue) = 5+107+131=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #056B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B83 is #FA947C. Grayscale: #4F4F4F. Windows color (decimal): -16422013 or 8612613. OLE color: 8612613.

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

Color convert

RGB5107131-
CMYK0.960.1800.49
HSL191.43º92.65%26.67%-
HSV(B)191.43º96.18%51.37%-
XYZ9.4212.1923.33-
YUV79.24157.2175.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=2.06%
G=44.03%
B=53.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51071310.960.1800.49191.4392.6526.67
Hex56B836012031bf5d1b
Octal51532031402206127713533
Binary101110101110000011110000010010011000110111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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