#09586B

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

Shades of Blue Lagoon #09586B

Tints of Blue Lagoon #09586B

Color information

#09586B (or 0x09586B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 6B. RGB value is (9,88,107). Sum of RGB (Red+Green+Blue) = 9+88+107=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #09586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09586B is #F6A794. Grayscale: #424242. Windows color (decimal): -16164757 or 7034889. OLE color: 7034889.

HSL color Cylindrical-coordinate representation of color #09586B: hue angle of 191.63º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09586B is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB988107-
CMYK0.920.1800.58
HSL191.63º84.48%22.75%-
HSV(B)191.63º91.59%41.96%-
XYZ6.268.115.14-
YUV66.54150.8386.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=4.41%
G=43.14%
B=52.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9881070.920.1800.58191.6384.4822.75
Hex9586B5C1203Ac05417
Octal111301531342207230012427
Binary100110110001101011101110010010011101011000000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09586B; }

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

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

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

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

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

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

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

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