#0A5851

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

Shades of Mosque #0A5851

Tints of Mosque #0A5851

Color information

#0A5851 (or 0x0A5851) is unknown color: approx Mosque. HEX triplet: 0A, 58 and 51. RGB value is (10,88,81). Sum of RGB (Red+Green+Blue) = 10+88+81=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5851 is #F5A7AE. Grayscale: #3F3F3F. Windows color (decimal): -16099247 or 5330954. OLE color: 5330954.

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

Color convert

RGB108881-
CMYK0.8900.080.65
HSL174.62º79.59%19.22%-
HSV(B)174.62º88.64%34.51%-
XYZ5.17.648.99-
YUV63.88137.6689.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=5.59%
G=49.16%
B=45.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1088810.8900.080.65174.6279.5919.22
HexA5851590841af5013
Octal1213012113101010125712023
Binary101010110001010001101100101000100000110101111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,88,81); }

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

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

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

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

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

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

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