#0D5851

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

Shades of Mosque #0D5851

Tints of Mosque #0D5851

Color information

#0D5851 (or 0x0D5851) is unknown color: approx Mosque. HEX triplet: 0D, 58 and 51. RGB value is (13,88,81). Sum of RGB (Red+Green+Blue) = 13+88+81=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5851 is #F2A7AE. Grayscale: #404040. Windows color (decimal): -15902639 or 5330957. OLE color: 5330957.

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

Color convert

RGB138881-
CMYK0.8500.080.65
HSL174.4º74.26%19.8%-
HSV(B)174.4º85.23%34.51%-
XYZ5.147.668.99-
YUV64.78137.1591.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.14%
GREEN value IS 88 (34.77% from 255) = 48.35%
BLUE value IS 81 (32.03% from 255) = 44.51%
R=7.14%
G=48.35%
B=44.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1388810.8500.080.65174.474.2619.8
HexD5851550841ae4a14
Octal1513012112501010125611224
Binary110110110001010001101010101000100000110101110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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