#0F5C53

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

Shades of Mosque #0F5C53

Tints of Mosque #0F5C53

Color information

#0F5C53 (or 0x0F5C53) is unknown color: approx Mosque. HEX triplet: 0F, 5C and 53. RGB value is (15,92,83). Sum of RGB (Red+Green+Blue) = 15+92+83=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5C53 is #F0A3AC. Grayscale: #434343. Windows color (decimal): -15770541 or 5463055. OLE color: 5463055.

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

Color convert

RGB159283-
CMYK0.8400.100.64
HSL172.99º71.96%20.98%-
HSV(B)172.99º83.7%36.08%-
XYZ5.598.389.51-
YUV67.95136.4990.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=7.89%
G=48.42%
B=43.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1592830.8400.100.64172.9971.9620.98
HexF5C53540A40ad4815
Octal1713412312401210025511025
Binary111110111001010011101010001010100000010101101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,92,83); }

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

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

 a { background-color: rgb(15,92,83); }

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

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

 span { border-color: rgb(15,92,83); }

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