#09535C

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

Shades of Mosque #09535C

Tints of Mosque #09535C

Color information

#09535C (or 0x09535C) is unknown color: approx Mosque. HEX triplet: 09, 53 and 5C. RGB value is (9,83,92). Sum of RGB (Red+Green+Blue) = 9+83+92=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #09535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535C is #F6ACA3. Grayscale: #3D3D3D. Windows color (decimal): -16166052 or 6050569. OLE color: 6050569.

HSL color Cylindrical-coordinate representation of color #09535C: hue angle of 186.51º 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 #09535C is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB98392-
CMYK0.900.1000.64
HSL186.51º82.18%19.8%-
HSV(B)186.51º90.22%36.08%-
XYZ5.147.0211.21-
YUV61.9144.9890.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.89%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 92 (36.33% from 255) = 50%
R=4.89%
G=45.11%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal983920.900.1000.64186.5182.1819.8
Hex9535C5AA040bb5214
Octal1112313413212010027312224
Binary100110100111011100101101010100100000010111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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