#09597A

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

Shades of Blue Lagoon #09597A

Tints of Blue Lagoon #09597A

Color information

#09597A (or 0x09597A) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 7A. RGB value is (9,89,122). Sum of RGB (Red+Green+Blue) = 9+89+122=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #09597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09597A is #F6A685. Grayscale: #444444. Windows color (decimal): -16164486 or 8018185. OLE color: 8018185.

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

Color convert

RGB989122-
CMYK0.930.2700.52
HSL197.52º86.26%25.69%-
HSV(B)197.52º92.62%47.84%-
XYZ7.28.6119.69-
YUV68.8415885.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 122 (48.05% from 255) = 55.45%
R=4.09%
G=40.45%
B=55.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9891220.930.2700.52197.5286.2625.69
Hex9597A5D1B034c6561a
Octal111311721353306430612632
Binary100110110011111010101110111011011010011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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