#0A5760

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

Shades of Mosque #0A5760

Tints of Mosque #0A5760

Color information

#0A5760 (or 0x0A5760) is unknown color: approx Mosque. HEX triplet: 0A, 57 and 60. RGB value is (10,87,96). Sum of RGB (Red+Green+Blue) = 10+87+96=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A5760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5760 is #F5A89F. Grayscale: #404040. Windows color (decimal): -16099488 or 6313738. OLE color: 6313738.

HSL color Cylindrical-coordinate representation of color #0A5760: hue angle of 186.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5760 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB108796-
CMYK0.900.0900.62
HSL186.28º81.13%20.78%-
HSV(B)186.28º89.58%37.65%-
XYZ5.647.7312.26-
YUV65145.4988.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=5.18%
G=45.08%
B=49.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1087960.900.0900.62186.2881.1320.78
HexA57605A903Eba5115
Octal121271401321107627212125
Binary10101010111110000010110101001011111010111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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