Html Css Color HEX #09556C Blue Lagoon

📋 copy color: '#09556C'

red 9 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #09556C

Tints of Blue Lagoon #09556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 4.46%
G = 42.08%
B = 53.47%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09556C (or 0x09556C) is known color: Blue Lagoon. HEX triplet: 09, 55 and 6C. RGB value is (9,85,108). Sum of RGB (Red+Green+Blue) = 9+85+108=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #09556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09556C is #F6AA93. Grayscale: #404040. Windows color (decimal): -16165524 or 7099657. OLE color: 7099657.

HSL color Cylindrical-coordinate representation of color #09556C: hue angle of 193.94º degrees, saturation: 0.85, 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 #09556C is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 85 108 -
CMYK 0.92 0.21 0 0.58
HSL 193.94º 0.85% 0.23% -
HSV(B) 193.94º 0.92% 0.42% -
XYZ 6.07 7.64 15.34 -
YUV 64.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 9 85 108 0.92 0.21 0 0.58 193.94 0.85 0.23
Hex 9 55 6C 5C 15 0 3A C2 55 17
Octal 11 125 154 134 25 0 72 302 125 27
Binary 1001 1010101 1101100 1011100 10101 0 111010 11000010 1010101 10111

Color Harmonies of #09556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09556C

Black with #09556C

Text Example


Text Example

White with #09556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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