#05687B

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

Shades of Blue Lagoon #05687B

Tints of Blue Lagoon #05687B

Color information

#05687B (or 0x05687B) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 7B. RGB value is (5,104,123). Sum of RGB (Red+Green+Blue) = 5+104+123=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #05687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05687B is #FA9784. Grayscale: #4C4C4C. Windows color (decimal): -16422789 or 8087557. OLE color: 8087557.

HSL color Cylindrical-coordinate representation of color #05687B: hue angle of 189.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05687B is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5104123-
CMYK0.960.1500.52
HSL189.66º92.19%25.1%-
HSV(B)189.66º95.93%48.24%-
XYZ8.5911.3620.48-
YUV76.56154.276.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=2.16%
G=44.83%
B=53.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51041230.960.1500.52189.6692.1925.1
Hex5687B60F034be5c19
Octal51501731401706427613431
Binary1011101000111101111000001111011010010111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05687B; }

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

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

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

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

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

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

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

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