#085563

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

Shades of Blue Lagoon #085563

Tints of Blue Lagoon #085563

Color information

#085563 (or 0x085563) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 63. RGB value is (8,85,99). Sum of RGB (Red+Green+Blue) = 8+85+99=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #085563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085563 is #F7AA9C. Grayscale: #3F3F3F. Windows color (decimal): -16231069 or 6509832. OLE color: 6509832.

HSL color Cylindrical-coordinate representation of color #085563: hue angle of 189.23º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085563 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB88599-
CMYK0.920.1400.61
HSL189.23º85.05%20.98%-
HSV(B)189.23º91.92%38.82%-
XYZ5.67.4512.95-
YUV63.57147.9988.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=4.17%
G=44.27%
B=51.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal885990.920.1400.61189.2385.0520.98
Hex855635CE03Dbd5515
Octal101251431341607527512525
Binary10001010101110001110111001110011110110111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085563; }

 p { color: rgb(8,85,99); }

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

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

 a { background-color: rgb(8,85,99); }

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

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

 span { border-color: rgb(8,85,99); }

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