#085A75

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

Shades of Blue Lagoon #085A75

Tints of Blue Lagoon #085A75

Color information

#085A75 (or 0x085A75) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5A and 75. RGB value is (8,90,117). Sum of RGB (Red+Green+Blue) = 8+90+117=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #085A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A75 is #F7A58A. Grayscale: #444444. Windows color (decimal): -16229771 or 7690760. OLE color: 7690760.

HSL color Cylindrical-coordinate representation of color #085A75: hue angle of 194.86º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085A75 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB890117-
CMYK0.930.2300.54
HSL194.86º87.2%24.51%-
HSV(B)194.86º93.16%45.88%-
XYZ6.978.6518.13-
YUV68.56155.3384.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=3.72%
G=41.86%
B=54.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8901170.930.2300.54194.8687.224.51
Hex85A755D17036c35719
Octal101321651352706630312731
Binary100010110101110101101110110111011011011000011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,90,117); }

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

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

 a { background-color: rgb(8,90,117); }

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

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

 span { border-color: rgb(8,90,117); }

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