#05656D

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

Shades of Blue Lagoon #05656D

Tints of Blue Lagoon #05656D

Color information

#05656D (or 0x05656D) is unknown color: approx Blue Lagoon. HEX triplet: 05, 65 and 6D. RGB value is (5,101,109). Sum of RGB (Red+Green+Blue) = 5+101+109=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #05656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05656D is #FA9A92. Grayscale: #494949. Windows color (decimal): -16423571 or 7169285. OLE color: 7169285.

HSL color Cylindrical-coordinate representation of color #05656D: hue angle of 184.62º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05656D is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5101109-
CMYK0.950.0700.57
HSL184.62º91.23%22.35%-
HSV(B)184.62º95.41%42.75%-
XYZ7.4810.4416.09-
YUV73.21148.279.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=2.33%
G=46.98%
B=50.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51011090.950.0700.57184.6291.2322.35
Hex5656D5F7039b95b16
Octal5145155137707127113326
Binary101110010111011011011111111011100110111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05656D; }

 p { color: rgb(5,101,109); }

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

<style>
 a { background-color: #05656D; }

 a { background-color: rgb(5,101,109); }

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

<style>
 span { border-color: #05656D; }

 span { border-color: rgb(5,101,109); }

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