#0a5b58

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

Shades of Mosque #0A5B58

Tints of Mosque #0A5B58

Color information

#0A5B58 (or 0x0A5B58) is unknown color: approx Mosque. HEX triplet: 0A, 5B and 58. RGB value is (10,91,88). Sum of RGB (Red+Green+Blue) = 10+91+88=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B58 is #F5A4A7. Grayscale: #424242. Windows color (decimal): -16098472 or 5790474. OLE color: 5790474.

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

Color convert

RGB109188-
CMYK0.8900.030.64
HSL177.78º80.2%19.8%-
HSV(B)177.78º89.01%35.69%-
XYZ5.638.2510.53-
YUV66.44140.1687.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.29%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=5.29%
G=48.15%
B=46.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091880.8900.030.64177.7880.219.8
HexA5B58590340b25014
Octal121331301310310026212024
Binary1010101101110110001011001011100000010110010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a5b58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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