#0A5957

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

Shades of Mosque #0A5957

Tints of Mosque #0A5957

Color information

#0A5957 (or 0x0A5957) is unknown color: approx Mosque. HEX triplet: 0A, 59 and 57. RGB value is (10,89,87). Sum of RGB (Red+Green+Blue) = 10+89+87=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5957 is #F5A6A8. Grayscale: #414141. Windows color (decimal): -16098985 or 5724426. OLE color: 5724426.

HSL color Cylindrical-coordinate representation of color #0A5957: hue angle of 178.48º 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 #0A5957 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB108987-
CMYK0.8900.020.65
HSL178.48º79.8%19.41%-
HSV(B)178.48º88.76%34.9%-
XYZ5.427.910.26-
YUV65.15140.3388.66-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 89 (35.16% from 255) = 47.85%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=5.38%
G=47.85%
B=46.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089870.8900.020.65178.4879.819.41
HexA5957590241b25013
Octal121311271310210126212023
Binary1010101100110101111011001010100000110110010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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