Html Css Color HEX #115850 Mosque

📋 copy color: '#115850'

red 17 ◦ green 88 ◦ blue 80

#115850
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #115850

Tints of Mosque #115850

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 value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#115850 (or 0x115850) is known color: 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

RGB 17 88 80 -
CMYK 0.81 0 0.09 0.65
HSL 173.24º 0.68% 0.21% -
HSV(B) 173.24º 0.81% 0.35% -
XYZ 5.17 7.68 8.8 -
YUV 65.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 17 88 80 0.81 0 0.09 0.65 173.24 0.68 0.21
Hex 11 58 50 51 0 9 41 AD 44 15
Octal 21 130 120 121 0 11 101 255 104 25
Binary 10001 1011000 1010000 1010001 0 1001 1000001 10101101 1000100 10101

Color Harmonies of #115850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115850

Black with #115850

Text Example


Text Example

White with #115850

Text Example


Text Example

HTML Codes & Css Web 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>