#085567

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

Shades of Blue Lagoon #085567

Tints of Blue Lagoon #085567

Color information

#085567 (or 0x085567) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 67. RGB value is (8,85,103). Sum of RGB (Red+Green+Blue) = 8+85+103=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #085567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085567 is #F7AA98. Grayscale: #3F3F3F. Windows color (decimal): -16231065 or 6771976. OLE color: 6771976.

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

Color convert

RGB885103-
CMYK0.920.1700.60
HSL191.37º85.59%21.76%-
HSV(B)191.37º92.23%40.39%-
XYZ5.87.5313.98-
YUV64.03149.9988.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=4.08%
G=43.37%
B=52.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8851030.920.1700.60191.3785.5921.76
Hex855675C1103Cbf5616
Octal101251471342107427712626
Binary100010101011100111101110010001011110010111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085567; }

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

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

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

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

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

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

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

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