#085767

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

Shades of Blue Lagoon #085767

Tints of Blue Lagoon #085767

Color information

#085767 (or 0x085767) is unknown color: approx Blue Lagoon. HEX triplet: 08, 57 and 67. RGB value is (8,87,103). Sum of RGB (Red+Green+Blue) = 8+87+103=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #085767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085767 is #F7A898. Grayscale: #414141. Windows color (decimal): -16230553 or 6772488. OLE color: 6772488.

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

Color convert

RGB887103-
CMYK0.920.1600.60
HSL190.11º85.59%21.76%-
HSV(B)190.11º92.23%40.39%-
XYZ5.967.8514.03-
YUV65.2149.3387.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 87 (34.38% from 255) = 43.94%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=4.04%
G=43.94%
B=52.02%

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
Decimal8871030.920.1600.60190.1185.5921.76
Hex857675C1003Cbe5616
Octal101271471342007427612626
Binary100010101111100111101110010000011110010111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085767; }

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

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

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

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

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

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

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

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