#085565

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

Shades of Blue Lagoon #085565

Tints of Blue Lagoon #085565

Color information

#085565 (or 0x085565) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 65. RGB value is (8,85,101). Sum of RGB (Red+Green+Blue) = 8+85+101=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #085565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085565 is #F7AA9A. Grayscale: #3F3F3F. Windows color (decimal): -16231067 or 6640904. OLE color: 6640904.

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

Color convert

RGB885101-
CMYK0.920.1600.60
HSL190.32º85.32%21.37%-
HSV(B)190.32º92.08%39.61%-
XYZ5.77.4913.46-
YUV63.8148.9988.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.12%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=4.12%
G=43.81%
B=52.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8851010.920.1600.60190.3285.3221.37
Hex855655C1003Cbe5515
Octal101251451342007427612525
Binary100010101011100101101110010000011110010111110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085565; }

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

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

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

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

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

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

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

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