#085765

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

Shades of Blue Lagoon #085765

Tints of Blue Lagoon #085765

Color information

#085765 (or 0x085765) is unknown color: approx Blue Lagoon. HEX triplet: 08, 57 and 65. RGB value is (8,87,101). Sum of RGB (Red+Green+Blue) = 8+87+101=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #085765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085765 is #F7A89A. Grayscale: #404040. Windows color (decimal): -16230555 or 6641416. OLE color: 6641416.

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

Color convert

RGB887101-
CMYK0.920.1400.60
HSL189.03º85.32%21.37%-
HSV(B)189.03º92.08%39.61%-
XYZ5.867.8113.51-
YUV64.97148.3387.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 101 (39.84% from 255) = 51.53%
R=4.08%
G=44.39%
B=51.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8871010.920.1400.60189.0385.3221.37
Hex857655CE03Cbd5515
Octal101271451341607427512525
Binary10001010111110010110111001110011110010111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085765; }

 p { color: rgb(8,87,101); }

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

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

 a { background-color: rgb(8,87,101); }

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

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

 span { border-color: rgb(8,87,101); }

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