#085762

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

Shades of Blue Lagoon #085762

Tints of Blue Lagoon #085762

Color information

#085762 (or 0x085762) is unknown color: approx Blue Lagoon. HEX triplet: 08, 57 and 62. RGB value is (8,87,98). Sum of RGB (Red+Green+Blue) = 8+87+98=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #085762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085762 is #F7A89D. Grayscale: #404040. Windows color (decimal): -16230558 or 6444808. OLE color: 6444808.

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

Color convert

RGB88798-
CMYK0.920.1100.62
HSL187.33º84.91%20.78%-
HSV(B)187.33º91.84%38.43%-
XYZ5.717.7512.75-
YUV64.63146.8387.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=4.15%
G=45.08%
B=50.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal887980.920.1100.62187.3384.9120.78
Hex857625CB03Ebb5515
Octal101271421341307627312525
Binary10001010111110001010111001011011111010111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085762; }

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

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

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

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

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

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

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

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