#09597B

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

Shades of Blue Lagoon #09597B

Tints of Blue Lagoon #09597B

Color information

#09597B (or 0x09597B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 7B. RGB value is (9,89,123). Sum of RGB (Red+Green+Blue) = 9+89+123=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #09597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09597B is #F6A684. Grayscale: #444444. Windows color (decimal): -16164485 or 8083721. OLE color: 8083721.

HSL color Cylindrical-coordinate representation of color #09597B: hue angle of 197.89º 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 #09597B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB989123-
CMYK0.930.2800.52
HSL197.89º86.36%25.88%-
HSV(B)197.89º92.68%48.24%-
XYZ7.268.6320.02-
YUV68.96158.585.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=4.07%
G=40.27%
B=55.66%

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
Decimal9891230.930.2800.52197.8986.3625.88
Hex9597B5D1C034c6561a
Octal111311731353406430612632
Binary100110110011111011101110111100011010011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,89,123); }

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

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

 a { background-color: rgb(9,89,123); }

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

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

 span { border-color: rgb(9,89,123); }

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