#0F5D50

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

Shades of Mosque #0F5D50

Tints of Mosque #0F5D50

Color information

#0F5D50 (or 0x0F5D50) is unknown color: approx Mosque. HEX triplet: 0F, 5D and 50. RGB value is (15,93,80). Sum of RGB (Red+Green+Blue) = 15+93+80=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5D50 is #F0A2AF. Grayscale: #444444. Windows color (decimal): -15770288 or 5266703. OLE color: 5266703.

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

Color convert

RGB159380-
CMYK0.8400.140.64
HSL170º72.22%21.18%-
HSV(B)170º83.87%36.47%-
XYZ5.568.518.94-
YUV68.2134.6690.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.98%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=7.98%
G=49.47%
B=42.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1593800.8400.140.6417072.2221.18
HexF5D50540E40aa4815
Octal1713512012401610025211025
Binary111110111011010000101010001110100000010101010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,93,80); }

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

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

 a { background-color: rgb(15,93,80); }

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

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

 span { border-color: rgb(15,93,80); }

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