#04556A

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

Shades of Blue Lagoon #04556A

Tints of Blue Lagoon #04556A

Color information

#04556A (or 0x04556A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 6A. RGB value is (4,85,106). Sum of RGB (Red+Green+Blue) = 4+85+106=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #04556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556A is #FBAA95. Grayscale: #3F3F3F. Windows color (decimal): -16493206 or 6968580. OLE color: 6968580.

HSL color Cylindrical-coordinate representation of color #04556A: hue angle of 192.35º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04556A is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB485106-
CMYK0.960.2000.58
HSL192.35º92.73%21.57%-
HSV(B)192.35º96.23%41.57%-
XYZ5.97.5614.78-
YUV63.18152.1685.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=2.05%
G=43.59%
B=54.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4851060.960.2000.58192.3592.7321.57
Hex4556A601403Ac05d16
Octal41251521402407230013526
Binary10010101011101010110000010100011101011000000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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