#09535D

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

Shades of Mosque #09535D

Tints of Mosque #09535D

Color information

#09535D (or 0x09535D) is unknown color: approx Mosque. HEX triplet: 09, 53 and 5D. RGB value is (9,83,93). Sum of RGB (Red+Green+Blue) = 9+83+93=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #09535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09535D is #F6ACA2. Grayscale: #3D3D3D. Windows color (decimal): -16166051 or 6116105. OLE color: 6116105.

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

Color convert

RGB98393-
CMYK0.900.1100.64
HSL187.14º82.35%20%-
HSV(B)187.14º90.32%36.47%-
XYZ5.187.0311.44-
YUV62.01145.4890.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=4.86%
G=44.86%
B=50.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal983930.900.1100.64187.1482.3520
Hex9535D5AB040bb5214
Octal1112313513213010027312224
Binary100110100111011101101101010110100000010111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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