#0D5A56

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

Shades of Mosque #0D5A56

Tints of Mosque #0D5A56

Color information

#0D5A56 (or 0x0D5A56) is unknown color: approx Mosque. HEX triplet: 0D, 5A and 56. RGB value is (13,90,86). Sum of RGB (Red+Green+Blue) = 13+90+86=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5A56 is #F2A5A9. Grayscale: #424242. Windows color (decimal): -15902122 or 5659149. OLE color: 5659149.

HSL color Cylindrical-coordinate representation of color #0D5A56: hue angle of 176.88º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5A56 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB139086-
CMYK0.8600.040.65
HSL176.88º74.76%20.2%-
HSV(B)176.88º85.56%35.29%-
XYZ5.58.0710.07-
YUV66.52138.9989.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=6.88%
G=47.62%
B=45.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1390860.8600.040.65176.8874.7620.2
HexD5A56560441b14b14
Octal151321261260410126111324
Binary11011011010101011010101100100100000110110001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,90,86); }

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

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

 a { background-color: rgb(13,90,86); }

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

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

 span { border-color: rgb(13,90,86); }

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