#09585C

Color #09585C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #09585C

Tints of Mosque #09585C

Color information

#09585C (or 0x09585C) is unknown color: approx Mosque. HEX triplet: 09, 58 and 5C. RGB value is (9,88,92). Sum of RGB (Red+Green+Blue) = 9+88+92=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #09585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09585C is #F6A7A3. Grayscale: #404040. Windows color (decimal): -16164772 or 6051849. OLE color: 6051849.

HSL color Cylindrical-coordinate representation of color #09585C: hue angle of 182.89º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09585C is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98892-
CMYK0.900.0400.64
HSL182.89º82.18%19.8%-
HSV(B)182.89º90.22%36.08%-
XYZ5.537.8111.34-
YUV64.84143.3388.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=4.76%
G=46.56%
B=48.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal988920.900.0400.64182.8982.1819.8
Hex9585C5A4040b75214
Octal111301341324010026712224
Binary10011011000101110010110101000100000010110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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