#09587A

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

Shades of Blue Lagoon #09587A

Tints of Blue Lagoon #09587A

Color information

#09587A (or 0x09587A) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 7A. RGB value is (9,88,122). Sum of RGB (Red+Green+Blue) = 9+88+122=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #09587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09587A is #F6A785. Grayscale: #444444. Windows color (decimal): -16164742 or 8017929. OLE color: 8017929.

HSL color Cylindrical-coordinate representation of color #09587A: hue angle of 198.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09587A is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB988122-
CMYK0.930.2800.52
HSL198.05º86.26%25.69%-
HSV(B)198.05º92.62%47.84%-
XYZ7.128.4419.67-
YUV68.26158.3385.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.11%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=4.11%
G=40.18%
B=55.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9881220.930.2800.52198.0586.2625.69
Hex9587A5D1C034c6561a
Octal111301721353406430612632
Binary100110110001111010101110111100011010011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09587A; }

 p { color: rgb(9,88,122); }

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

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

 a { background-color: rgb(9,88,122); }

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

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

 span { border-color: rgb(9,88,122); }

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