Html Css Color HEX #09556F Blue Lagoon

📋 copy color: '#09556F'

red 9 ◦ green 85 ◦ blue 111

#09556F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #09556F

Tints of Blue Lagoon #09556F

RGB

 RED value IS 9 (3.91% from 255) = 4.39%

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 4.39%
G = 41.46%
B = 54.15%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09556F (or 0x09556F) is known color: Blue Lagoon. HEX triplet: 09, 55 and 6F. RGB value is (9,85,111). Sum of RGB (Red+Green+Blue) = 9+85+111=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #09556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09556F is #F6AA90. Grayscale: #414141. Windows color (decimal): -16165521 or 7296265. OLE color: 7296265.

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

Color convert

RGB 9 85 111 -
CMYK 0.92 0.23 0 0.56
HSL 195.29º 0.85% 0.24% -
HSV(B) 195.29º 0.92% 0.44% -
XYZ 6.23 7.7 16.2 -
YUV 65.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 9 85 111 0.92 0.23 0 0.56 195.29 0.85 0.24
Hex 9 55 6F 5C 17 0 38 C3 55 18
Octal 11 125 157 134 27 0 70 303 125 30
Binary 1001 1010101 1101111 1011100 10111 0 111000 11000011 1010101 11000

Color Harmonies of #09556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09556F

Black with #09556F

Text Example


Text Example

White with #09556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09556F;
 }
 .AnyTagClassName
 {
   color: #09556F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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