#115850

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

Shades of Mosque #115850

Tints of Mosque #115850

Color information

#115850 (or 0x115850) is unknown color: approx Mosque. HEX triplet: 11, 58 and 50. RGB value is (17,88,80). Sum of RGB (Red+Green+Blue) = 17+88+80=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #115850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115850 is #EEA7AF. Grayscale: #414141. Windows color (decimal): -15640496 or 5265425. OLE color: 5265425.

HSL color Cylindrical-coordinate representation of color #115850: hue angle of 173.24º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115850 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB178880-
CMYK0.8100.090.65
HSL173.24º67.62%20.59%-
HSV(B)173.24º80.68%34.51%-
XYZ5.177.688.8-
YUV65.86135.9893.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.19%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=9.19%
G=47.57%
B=43.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788800.8100.090.65173.2467.6220.59
Hex115850510941ad4415
Octal2113012012101110125510425
Binary1000110110001010000101000101001100000110101101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115850; }

 p { color: rgb(17,88,80); }

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

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

 a { background-color: rgb(17,88,80); }

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

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

 span { border-color: rgb(17,88,80); }

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