#045563

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

Shades of Blue Lagoon #045563

Tints of Blue Lagoon #045563

Color information

#045563 (or 0x045563) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 63. RGB value is (4,85,99). Sum of RGB (Red+Green+Blue) = 4+85+99=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #045563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045563 is #FBAA9C. Grayscale: #3E3E3E. Windows color (decimal): -16493213 or 6509828. OLE color: 6509828.

HSL color Cylindrical-coordinate representation of color #045563: hue angle of 188.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045563 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB48599-
CMYK0.960.1400.61
HSL188.84º92.23%20.2%-
HSV(B)188.84º95.96%38.82%-
XYZ5.557.4212.94-
YUV62.38148.6686.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=2.13%
G=45.21%
B=52.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal485990.960.1400.61188.8492.2320.2
Hex4556360E03Dbd5c14
Octal41251431401607527513424
Binary1001010101110001111000001110011110110111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045563; }

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

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

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

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

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

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

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

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