#09565F

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

Shades of Mosque #09565F

Tints of Mosque #09565F

Color information

#09565F (or 0x09565F) is unknown color: approx Mosque. HEX triplet: 09, 56 and 5F. RGB value is (9,86,95). Sum of RGB (Red+Green+Blue) = 9+86+95=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #09565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09565F is #F6A9A0. Grayscale: #3F3F3F. Windows color (decimal): -16165281 or 6247945. OLE color: 6247945.

HSL color Cylindrical-coordinate representation of color #09565F: hue angle of 186.28º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09565F is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98695-
CMYK0.910.0900.63
HSL186.28º82.69%20.39%-
HSV(B)186.28º90.53%37.25%-
XYZ5.517.5411.99-
YUV64145.4988.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 95 (37.5% from 255) = 50%
R=4.74%
G=45.26%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal986950.910.0900.63186.2882.6920.39
Hex9565F5B903Fba5314
Octal111261371331107727212324
Binary10011010110101111110110111001011111110111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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