#05647F

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

Shades of Blue Lagoon #05647F

Tints of Blue Lagoon #05647F

Color information

#05647F (or 0x05647F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 7F. RGB value is (5,100,127). Sum of RGB (Red+Green+Blue) = 5+100+127=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #05647F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05647F is #FA9B80. Grayscale: #4A4A4A. Windows color (decimal): -16423809 or 8348677. OLE color: 8348677.

HSL color Cylindrical-coordinate representation of color #05647F: hue angle of 193.28º 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 #05647F is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5100127-
CMYK0.960.2100.50
HSL193.28º92.42%25.88%-
HSV(B)193.28º96.06%49.8%-
XYZ8.4510.6821.69-
YUV74.67157.5378.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 127 (50% from 255) = 54.74%
R=2.16%
G=43.10%
B=54.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51001270.960.2100.50193.2892.4225.88
Hex5647F6015032c15c1a
Octal51441771402506230113432
Binary10111001001111111110000010101011001011000001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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