#0A5956

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

Shades of Mosque #0A5956

Tints of Mosque #0A5956

Color information

#0A5956 (or 0x0A5956) is unknown color: approx Mosque. HEX triplet: 0A, 59 and 56. RGB value is (10,89,86). Sum of RGB (Red+Green+Blue) = 10+89+86=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5956 is #F5A6A9. Grayscale: #404040. Windows color (decimal): -16098986 or 5658890. OLE color: 5658890.

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

Color convert

RGB108986-
CMYK0.8900.030.65
HSL177.72º79.8%19.41%-
HSV(B)177.72º88.76%34.9%-
XYZ5.387.8810.04-
YUV65.04139.8388.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=5.41%
G=48.11%
B=46.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089860.8900.030.65177.7279.819.41
HexA5956590341b25013
Octal121311261310310126212023
Binary1010101100110101101011001011100000110110010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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