#056875

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

Shades of Blue Lagoon #056875

Tints of Blue Lagoon #056875

Color information

#056875 (or 0x056875) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 75. RGB value is (5,104,117). Sum of RGB (Red+Green+Blue) = 5+104+117=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #056875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056875 is #FA978A. Grayscale: #4B4B4B. Windows color (decimal): -16422795 or 7694341. OLE color: 7694341.

HSL color Cylindrical-coordinate representation of color #056875: hue angle of 186.96º 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 #056875 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5104117-
CMYK0.960.1100.54
HSL186.96º91.8%23.92%-
HSV(B)186.96º95.73%45.88%-
XYZ8.2211.2218.56-
YUV75.88151.277.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.21%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=2.21%
G=46.02%
B=51.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51041170.960.1100.54186.9691.823.92
Hex5687560B036bb5c18
Octal51501651401306627313430
Binary1011101000111010111000001011011011010111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056875; }

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

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

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

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

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

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

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

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