#09576B

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

Shades of Blue Lagoon #09576B

Tints of Blue Lagoon #09576B

Color information

#09576B (or 0x09576B) is unknown color: approx Blue Lagoon. HEX triplet: 09, 57 and 6B. RGB value is (9,87,107). Sum of RGB (Red+Green+Blue) = 9+87+107=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #09576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09576B is #F6A894. Grayscale: #414141. Windows color (decimal): -16165013 or 7034633. OLE color: 7034633.

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

Color convert

RGB987107-
CMYK0.920.1900.58
HSL192.24º84.48%22.75%-
HSV(B)192.24º91.59%41.96%-
XYZ6.177.9415.12-
YUV65.96151.1687.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=4.43%
G=42.86%
B=52.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9871070.920.1900.58192.2484.4822.75
Hex9576B5C1303Ac05417
Octal111271531342307230012427
Binary100110101111101011101110010011011101011000000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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