#0A5B4E

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

Shades of Mosque #0A5B4E

Tints of Mosque #0A5B4E

Color information

#0A5B4E (or 0x0A5B4E) is unknown color: approx Mosque. HEX triplet: 0A, 5B and 4E. RGB value is (10,91,78). Sum of RGB (Red+Green+Blue) = 10+91+78=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B4E is #F5A4B1. Grayscale: #414141. Windows color (decimal): -16098482 or 5135114. OLE color: 5135114.

HSL color Cylindrical-coordinate representation of color #0A5B4E: hue angle of 170.37º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B4E is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB109178-
CMYK0.8900.140.64
HSL170.37º80.2%19.8%-
HSV(B)170.37º89.01%35.69%-
XYZ5.248.18.49-
YUV65.3135.1688.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 91 (35.94% from 255) = 50.84%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=5.59%
G=50.84%
B=43.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091780.8900.140.64170.3780.219.8
HexA5B4E590E40aa5014
Octal1213311613101610025212024
Binary101010110111001110101100101110100000010101010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,78); }

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

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

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

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

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

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

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