#09586A

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

Shades of Blue Lagoon #09586A

Tints of Blue Lagoon #09586A

Color information

#09586A (or 0x09586A) is unknown color: approx Blue Lagoon. HEX triplet: 09, 58 and 6A. RGB value is (9,88,106). Sum of RGB (Red+Green+Blue) = 9+88+106=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #09586A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09586A is #F6A795. Grayscale: #424242. Windows color (decimal): -16164758 or 6969353. OLE color: 6969353.

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

Color convert

RGB988106-
CMYK0.920.1700.58
HSL191.13º84.35%22.55%-
HSV(B)191.13º91.51%41.57%-
XYZ6.28.0814.87-
YUV66.43150.3387.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=4.43%
G=43.35%
B=52.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9881060.920.1700.58191.1384.3522.55
Hex9586A5C1103Abf5417
Octal111301521342107227712427
Binary100110110001101010101110010001011101010111111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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