#056369

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

Shades of Blue Lagoon #056369

Tints of Blue Lagoon #056369

Color information

#056369 (or 0x056369) is unknown color: approx Blue Lagoon. HEX triplet: 05, 63 and 69. RGB value is (5,99,105). Sum of RGB (Red+Green+Blue) = 5+99+105=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #056369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056369 is #FA9C96. Grayscale: #474747. Windows color (decimal): -16424087 or 6906629. OLE color: 6906629.

HSL color Cylindrical-coordinate representation of color #056369: hue angle of 183.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056369 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB599105-
CMYK0.950.0600.59
HSL183.6º90.91%21.57%-
HSV(B)183.6º95.24%41.18%-
XYZ7.079.9814.92-
YUV71.58146.8680.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=2.39%
G=47.37%
B=50.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5991050.950.0600.59183.690.9121.57
Hex563695F603Bb85b16
Octal5143151137607327013326
Binary101110001111010011011111110011101110111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056369; }

 p { color: rgb(5,99,105); }

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

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

 a { background-color: rgb(5,99,105); }

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

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

 span { border-color: rgb(5,99,105); }

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