#095562

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

Shades of Blue Lagoon #095562

Tints of Blue Lagoon #095562

Color information

#095562 (or 0x095562) is unknown color: approx Blue Lagoon. HEX triplet: 09, 55 and 62. RGB value is (9,85,98). Sum of RGB (Red+Green+Blue) = 9+85+98=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #095562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095562 is #F6AA9D. Grayscale: #3F3F3F. Windows color (decimal): -16165534 or 6444297. OLE color: 6444297.

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

Color convert

RGB98598-
CMYK0.910.1300.62
HSL188.76º83.18%20.98%-
HSV(B)188.76º90.82%38.43%-
XYZ5.577.4412.7-
YUV63.76147.3288.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=4.69%
G=44.27%
B=51.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal985980.910.1300.62188.7683.1820.98
Hex955625BD03Ebd5315
Octal111251421331507627512325
Binary10011010101110001010110111101011111010111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095562; }

 p { color: rgb(9,85,98); }

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

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

 a { background-color: rgb(9,85,98); }

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

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

 span { border-color: rgb(9,85,98); }

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