#085963

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

Shades of Blue Lagoon #085963

Tints of Blue Lagoon #085963

Color information

#085963 (or 0x085963) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 63. RGB value is (8,89,99). Sum of RGB (Red+Green+Blue) = 8+89+99=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #085963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085963 is #F7A69C. Grayscale: #414141. Windows color (decimal): -16230045 or 6510856. OLE color: 6510856.

HSL color Cylindrical-coordinate representation of color #085963: hue angle of 186.59º 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 #085963 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB88999-
CMYK0.920.1000.61
HSL186.59º85.05%20.98%-
HSV(B)186.59º91.92%38.82%-
XYZ5.928.113.06-
YUV65.92146.6686.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=4.08%
G=45.41%
B=50.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal889990.920.1000.61186.5985.0520.98
Hex859635CA03Dbb5515
Octal101311431341207527312525
Binary10001011001110001110111001010011110110111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085963; }

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

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

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

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

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

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

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

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