#056484

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

Shades of Blue Lagoon #056484

Tints of Blue Lagoon #056484

Color information

#056484 (or 0x056484) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 84. RGB value is (5,100,132). Sum of RGB (Red+Green+Blue) = 5+100+132=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #056484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056484 is #FA9B7B. Grayscale: #4B4B4B. Windows color (decimal): -16423804 or 8676357. OLE color: 8676357.

HSL color Cylindrical-coordinate representation of color #056484: hue angle of 195.12º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056484 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5100132-
CMYK0.960.2400.48
HSL195.12º92.7%26.86%-
HSV(B)195.12º96.21%51.76%-
XYZ8.7810.8123.45-
YUV75.24160.0377.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=2.11%
G=42.19%
B=55.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51001320.960.2400.48195.1292.726.86
Hex564846018030c35d1b
Octal51442041403006030313533
Binary101110010010000100110000011000011000011000011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056484; }

 p { color: rgb(5,100,132); }

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

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

 a { background-color: rgb(5,100,132); }

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

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

 span { border-color: rgb(5,100,132); }

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