#0D5C57

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

Shades of Mosque #0D5C57

Tints of Mosque #0D5C57

Color information

#0D5C57 (or 0x0D5C57) is unknown color: approx Mosque. HEX triplet: 0D, 5C and 57. RGB value is (13,92,87). Sum of RGB (Red+Green+Blue) = 13+92+87=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #0D5C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5C57 is #F2A3A8. Grayscale: #434343. Windows color (decimal): -15901609 or 5725197. OLE color: 5725197.

HSL color Cylindrical-coordinate representation of color #0D5C57: hue angle of 176.2º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5C57 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB139287-
CMYK0.8600.050.64
HSL176.2º75.24%20.59%-
HSV(B)176.2º85.87%36.08%-
XYZ5.718.4310.34-
YUV67.81138.8388.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 92 (36.33% from 255) = 47.92%
BLUE value IS 87 (34.38% from 255) = 45.31%
R=6.77%
G=47.92%
B=45.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1392870.8600.050.64176.275.2420.59
HexD5C57560540b04b15
Octal151341271260510026011325
Binary11011011100101011110101100101100000010110000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,92,87); }

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

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

 a { background-color: rgb(13,92,87); }

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

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

 span { border-color: rgb(13,92,87); }

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