#095A60

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

Shades of Mosque #095A60

Tints of Mosque #095A60

Color information

#095A60 (or 0x095A60) is unknown color: approx Mosque. HEX triplet: 09, 5A and 60. RGB value is (9,90,96). Sum of RGB (Red+Green+Blue) = 9+90+96=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #095A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A60 is #F6A59F. Grayscale: #424242. Windows color (decimal): -16164256 or 6314505. OLE color: 6314505.

HSL color Cylindrical-coordinate representation of color #095A60: hue angle of 184.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095A60 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB99096-
CMYK0.910.0600.62
HSL184.14º82.86%20.59%-
HSV(B)184.14º90.62%37.65%-
XYZ5.888.2112.34-
YUV66.46144.6687.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=4.62%
G=46.15%
B=49.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal990960.910.0600.62184.1482.8620.59
Hex95A605B603Eb85315
Octal11132140133607627012325
Binary1001101101011000001011011110011111010111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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