#0D585B

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

Shades of Mosque #0D585B

Tints of Mosque #0D585B

Color information

#0D585B (or 0x0D585B) is unknown color: approx Mosque. HEX triplet: 0D, 58 and 5B. RGB value is (13,88,91). Sum of RGB (Red+Green+Blue) = 13+88+91=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D585B is #F2A7A4. Grayscale: #414141. Windows color (decimal): -15902629 or 5986317. OLE color: 5986317.

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

Color convert

RGB138891-
CMYK0.860.0300.64
HSL182.31º75%20.39%-
HSV(B)182.31º85.71%35.69%-
XYZ5.547.8211.11-
YUV65.92142.1590.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.77%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=6.77%
G=45.83%
B=47.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1388910.860.0300.64182.317520.39
HexD585B563040b64b14
Octal151301331263010026611324
Binary1101101100010110111010110110100000010110110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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