#0D5B55

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

Shades of Mosque #0D5B55

Tints of Mosque #0D5B55

Color information

#0D5B55 (or 0x0D5B55) is unknown color: approx Mosque. HEX triplet: 0D, 5B and 55. RGB value is (13,91,85). Sum of RGB (Red+Green+Blue) = 13+91+85=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5B55 is #F2A4AA. Grayscale: #424242. Windows color (decimal): -15901867 or 5593869. OLE color: 5593869.

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

Color convert

RGB139185-
CMYK0.8600.070.64
HSL175.38º75%20.39%-
HSV(B)175.38º85.71%35.69%-
XYZ5.558.229.89-
YUV66.99138.1689.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=6.88%
G=48.15%
B=44.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1391850.8600.070.64175.387520.39
HexD5B55560740af4b14
Octal151331251260710025711324
Binary11011011011101010110101100111100000010101111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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