#05677F

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

Shades of Blue Lagoon #05677F

Tints of Blue Lagoon #05677F

Color information

#05677F (or 0x05677F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 67 and 7F. RGB value is (5,103,127). Sum of RGB (Red+Green+Blue) = 5+103+127=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #05677F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05677F is #FA9880. Grayscale: #4C4C4C. Windows color (decimal): -16423041 or 8349445. OLE color: 8349445.

HSL color Cylindrical-coordinate representation of color #05677F: hue angle of 191.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05677F is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5103127-
CMYK0.960.1900.50
HSL191.8º92.42%25.88%-
HSV(B)191.8º96.06%49.8%-
XYZ8.7411.2721.79-
YUV76.43156.5377.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 127 (50% from 255) = 54.04%
R=2.13%
G=43.83%
B=54.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51031270.960.1900.50191.892.4225.88
Hex5677F6013032c05c1a
Octal51471771402306230013432
Binary10111001111111111110000010011011001011000000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05677F; }

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

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

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

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

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

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

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

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