#05646F

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

Shades of Blue Lagoon #05646F

Tints of Blue Lagoon #05646F

Color information

#05646F (or 0x05646F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 6F. RGB value is (5,100,111). Sum of RGB (Red+Green+Blue) = 5+100+111=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #05646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05646F is #FA9B90. Grayscale: #484848. Windows color (decimal): -16423825 or 7300101. OLE color: 7300101.

HSL color Cylindrical-coordinate representation of color #05646F: hue angle of 186.23º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05646F is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5100111-
CMYK0.950.1000.56
HSL186.23º91.38%22.75%-
HSV(B)186.23º95.5%43.53%-
XYZ7.4910.2916.63-
YUV72.85149.5379.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 100 (39.45% from 255) = 46.30%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=2.31%
G=46.30%
B=51.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51001110.950.1000.56186.2391.3822.75
Hex5646F5FA038ba5b17
Octal51441571371207027213327
Binary1011100100110111110111111010011100010111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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