Html Css Color HEX #09586B Blue Lagoon

📋 copy color: '#09586B'

red 9 ◦ green 88 ◦ blue 107

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

Shades of Blue Lagoon #09586B

Tints of Blue Lagoon #09586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 4.41%
G = 43.14%
B = 52.45%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09586B (or 0x09586B) is known color: Blue Lagoon. HEX triplet: 09, 58 and 6B. RGB value is (9,88,107). Sum of RGB (Red+Green+Blue) = 9+88+107=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #09586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09586B is #F6A794. Grayscale: #424242. Windows color (decimal): -16164757 or 7034889. OLE color: 7034889.

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

Color convert

RGB 9 88 107 -
CMYK 0.92 0.18 0 0.58
HSL 191.63º 0.84% 0.23% -
HSV(B) 191.63º 0.92% 0.42% -
XYZ 6.26 8.1 15.14 -
YUV 66.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 9 88 107 0.92 0.18 0 0.58 191.63 0.84 0.23
Hex 9 58 6B 5C 12 0 3A C0 54 17
Octal 11 130 153 134 22 0 72 300 124 27
Binary 1001 1011000 1101011 1011100 10010 0 111010 11000000 1010100 10111

Color Harmonies of #09586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09586B

Black with #09586B

Text Example


Text Example

White with #09586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09586B;
 }
 .AnyTagClassName
 {
   color: #09586B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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