#05676B

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

Shades of Blue Lagoon #05676B

Tints of Blue Lagoon #05676B

Color information

#05676B (or 0x05676B) is unknown color: approx Blue Lagoon. HEX triplet: 05, 67 and 6B. RGB value is (5,103,107). Sum of RGB (Red+Green+Blue) = 5+103+107=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #05676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05676B is #FA9894. Grayscale: #4A4A4A. Windows color (decimal): -16423061 or 7038725. OLE color: 7038725.

HSL color Cylindrical-coordinate representation of color #05676B: hue angle of 182.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05676B is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5103107-
CMYK0.950.0400.58
HSL182.35º91.07%21.96%-
HSV(B)182.35º95.33%41.96%-
XYZ7.5710.7915.59-
YUV74.15146.5378.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=2.33%
G=47.91%
B=49.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51031070.950.0400.58182.3591.0721.96
Hex5676B5F403Ab65b16
Octal5147153137407226613326
Binary101110011111010111011111100011101010110110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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