#09556E

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

Shades of Blue Lagoon #09556E

Tints of Blue Lagoon #09556E

Color information

#09556E (or 0x09556E) is unknown color: approx Blue Lagoon. HEX triplet: 09, 55 and 6E. RGB value is (9,85,110). Sum of RGB (Red+Green+Blue) = 9+85+110=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #09556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09556E is #F6AA91. Grayscale: #404040. Windows color (decimal): -16165522 or 7230729. OLE color: 7230729.

HSL color Cylindrical-coordinate representation of color #09556E: hue angle of 194.85º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09556E is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB985110-
CMYK0.920.2300.57
HSL194.85º84.87%23.33%-
HSV(B)194.85º91.82%43.14%-
XYZ6.187.6815.91-
YUV65.13153.3287.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=4.41%
G=41.67%
B=53.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9851100.920.2300.57194.8584.8723.33
Hex9556E5C17039c35517
Octal111251561342707130312527
Binary100110101011101110101110010111011100111000011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09556E; }

 p { color: rgb(9,85,110); }

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

<style>
 a { background-color: #09556E; }

 a { background-color: rgb(9,85,110); }

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

<style>
 span { border-color: #09556E; }

 span { border-color: rgb(9,85,110); }

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