#0A5959

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

Shades of Mosque #0A5959

Tints of Mosque #0A5959

Color information

#0A5959 (or 0x0A5959) is unknown color: approx Mosque. HEX triplet: 0A, 59 and 59. RGB value is (10,89,89). Sum of RGB (Red+Green+Blue) = 10+89+89=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #0A5959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5959 is #F5A6A6. Grayscale: #414141. Windows color (decimal): -16098983 or 5855498. OLE color: 5855498.

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

Color convert

RGB108989-
CMYK0.89000.65
HSL180º79.8%19.41%-
HSV(B)180º88.76%34.9%-
XYZ5.57.9310.69-
YUV65.38141.3388.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=5.32%
G=47.34%
B=47.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089890.89000.6518079.819.41
HexA5959590041b45013
Octal121311311310010126412023
Binary101010110011011001101100100100000110110100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5959; }

 p { color: rgb(10,89,89); }

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

<style>
 a { background-color: #0A5959; }

 a { background-color: rgb(10,89,89); }

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

<style>
 span { border-color: #0A5959; }

 span { border-color: rgb(10,89,89); }

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