#04556f

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

Shades of Blue Lagoon #04556F

Tints of Blue Lagoon #04556F

Color information

#04556F (or 0x04556F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 6F. RGB value is (4,85,111). Sum of RGB (Red+Green+Blue) = 4+85+111=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #04556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556F is #FBAA90. Grayscale: #3F3F3F. Windows color (decimal): -16493201 or 7296260. OLE color: 7296260.

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

Color convert

RGB485111-
CMYK0.960.2300.56
HSL194.58º93.04%22.55%-
HSV(B)194.58º96.4%43.53%-
XYZ6.177.6716.19-
YUV63.74154.6685.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=2%
G=42.5%
B=55.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4851110.960.2300.56194.5893.0422.55
Hex4556F6017038c35d17
Octal41251571402707030313527
Binary10010101011101111110000010111011100011000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04556f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04556f; }

 p { color: rgb(4,85,111); }

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

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

 a { background-color: rgb(4,85,111); }

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

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

 span { border-color: rgb(4,85,111); }

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