#056475

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

Shades of Blue Lagoon #056475

Tints of Blue Lagoon #056475

Color information

#056475 (or 0x056475) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 75. RGB value is (5,100,117). Sum of RGB (Red+Green+Blue) = 5+100+117=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #056475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056475 is #FA9B8A. Grayscale: #494949. Windows color (decimal): -16423819 or 7693317. OLE color: 7693317.

HSL color Cylindrical-coordinate representation of color #056475: hue angle of 189.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056475 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5100117-
CMYK0.960.1500.54
HSL189.11º91.8%23.92%-
HSV(B)189.11º95.73%45.88%-
XYZ7.8310.4318.43-
YUV73.53152.5379.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=2.25%
G=45.05%
B=52.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51001170.960.1500.54189.1191.823.92
Hex5647560F036bd5c18
Octal51441651401706627513430
Binary1011100100111010111000001111011011010111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056475; }

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

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

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

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

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

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

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

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