#085E81

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

Shades of Blue Lagoon #085E81

Tints of Blue Lagoon #085E81

Color information

#085E81 (or 0x085E81) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5E and 81. RGB value is (8,94,129). Sum of RGB (Red+Green+Blue) = 8+94+129=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #085E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085E81 is #F7A17E. Grayscale: #484848. Windows color (decimal): -16228735 or 8478216. OLE color: 8478216.

HSL color Cylindrical-coordinate representation of color #085E81: hue angle of 197.36º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E81 is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB894129-
CMYK0.940.2700.49
HSL197.36º88.32%26.86%-
HSV(B)197.36º93.8%50.59%-
XYZ8.079.6422.2-
YUV72.28160.0182.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.46%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=3.46%
G=40.69%
B=55.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8941290.940.2700.49197.3688.3226.86
Hex85E815E1B031c5581b
Octal101362011363306130513033
Binary1000101111010000001101111011011011000111000101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085E81; }

 p { color: rgb(8,94,129); }

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

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

 a { background-color: rgb(8,94,129); }

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

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

 span { border-color: rgb(8,94,129); }

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