#056085

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

Shades of Blue Lagoon #056085

Tints of Blue Lagoon #056085

Color information

#056085 (or 0x056085) is unknown color: approx Blue Lagoon. HEX triplet: 05, 60 and 85. RGB value is (5,96,133). Sum of RGB (Red+Green+Blue) = 5+96+133=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #056085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056085 is #FA9F7A. Grayscale: #484848. Windows color (decimal): -16424827 or 8740869. OLE color: 8740869.

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

Color convert

RGB596133-
CMYK0.960.2800.48
HSL197.34º92.75%27.06%-
HSV(B)197.34º96.24%52.16%-
XYZ8.4810.0923.69-
YUV73.01161.8579.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=2.14%
G=41.03%
B=56.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5961330.960.2800.48197.3492.7527.06
Hex56085601C030c55d1b
Octal51402051403406030513533
Binary101110000010000101110000011100011000011000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056085; }

 p { color: rgb(5,96,133); }

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

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

 a { background-color: rgb(5,96,133); }

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

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

 span { border-color: rgb(5,96,133); }

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