#0F5456

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

Shades of Mosque #0F5456

Tints of Mosque #0F5456

Color information

#0F5456 (or 0x0F5456) is unknown color: approx Mosque. HEX triplet: 0F, 54 and 56. RGB value is (15,84,86). Sum of RGB (Red+Green+Blue) = 15+84+86=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F5456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5456 is #F0ABA9. Grayscale: #3F3F3F. Windows color (decimal): -15772586 or 5657615. OLE color: 5657615.

HSL color Cylindrical-coordinate representation of color #0F5456: hue angle of 181.69º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5456 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB158486-
CMYK0.830.0200.66
HSL181.69º70.3%19.8%-
HSV(B)181.69º82.56%33.73%-
XYZ5.057.119.91-
YUV63.6140.6493.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=8.11%
G=45.41%
B=46.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1584860.830.0200.66181.6970.319.8
HexF5456532042b64614
Octal171241261232010226610624
Binary1111101010010101101010011100100001010110110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,84,86); }

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

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

 a { background-color: rgb(15,84,86); }

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

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

 span { border-color: rgb(15,84,86); }

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