#095A5E

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

Shades of Mosque #095A5E

Tints of Mosque #095A5E

Color information

#095A5E (or 0x095A5E) is unknown color: approx Mosque. HEX triplet: 09, 5A and 5E. RGB value is (9,90,94). Sum of RGB (Red+Green+Blue) = 9+90+94=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #095A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A5E is #F6A5A1. Grayscale: #424242. Windows color (decimal): -16164258 or 6183433. OLE color: 6183433.

HSL color Cylindrical-coordinate representation of color #095A5E: hue angle of 182.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A5E is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB99094-
CMYK0.900.0400.63
HSL182.82º82.52%20.2%-
HSV(B)182.82º90.43%36.86%-
XYZ5.798.1811.86-
YUV66.24143.6687.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=4.66%
G=46.63%
B=48.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal990940.900.0400.63182.8282.5220.2
Hex95A5E5A403Fb75314
Octal11132136132407726712324
Binary1001101101010111101011010100011111110110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A5E; }

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

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

<style>
 a { background-color: #095A5E; }

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

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

<style>
 span { border-color: #095A5E; }

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

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