#09565A

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

Shades of Mosque #09565A

Tints of Mosque #09565A

Color information

#09565A (or 0x09565A) is unknown color: approx Mosque. HEX triplet: 09, 56 and 5A. RGB value is (9,86,90). Sum of RGB (Red+Green+Blue) = 9+86+90=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #09565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09565A is #F6A9A5. Grayscale: #3F3F3F. Windows color (decimal): -16165286 or 5920265. OLE color: 5920265.

HSL color Cylindrical-coordinate representation of color #09565A: hue angle of 182.96º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09565A is Cyan = 0.9, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB98690-
CMYK0.90.0400.65
HSL182.96º81.82%19.41%-
HSV(B)182.96º90%35.29%-
XYZ5.297.4510.83-
YUV63.43142.9989.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=4.86%
G=46.49%
B=48.65%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal986900.90.0400.65182.9681.8219.41
Hex9565A5A4041b75213
Octal111261321324010126712223
Binary10011010110101101010110101000100000110110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09565A; }

 p { color: rgb(9,86,90); }

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

<style>
 a { background-color: #09565A; }

 a { background-color: rgb(9,86,90); }

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

<style>
 span { border-color: #09565A; }

 span { border-color: rgb(9,86,90); }

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