#045566

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

Shades of Blue Lagoon #045566

Tints of Blue Lagoon #045566

Color information

#045566 (or 0x045566) is unknown color: approx Blue Lagoon. HEX triplet: 04, 55 and 66. RGB value is (4,85,102). Sum of RGB (Red+Green+Blue) = 4+85+102=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #045566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045566 is #FBAA99. Grayscale: #3E3E3E. Windows color (decimal): -16493210 or 6706436. OLE color: 6706436.

HSL color Cylindrical-coordinate representation of color #045566: hue angle of 190.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045566 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB485102-
CMYK0.960.1700.6
HSL190.41º92.45%20.78%-
HSV(B)190.41º96.08%40%-
XYZ5.77.4813.71-
YUV62.72150.1686.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 102 (40.23% from 255) = 53.40%
R=2.09%
G=44.50%
B=53.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4851020.960.1700.6190.4192.4520.78
Hex45566601103Cbe5c15
Octal41251461402107427613425
Binary10010101011100110110000010001011110010111110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045566; }

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

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

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

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

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

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

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

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