Html Css Color HEX #10594F Mosque

📋 copy color: '#10594F'

red 16 ◦ green 89 ◦ blue 79

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

Shades of Mosque #10594F

Tints of Mosque #10594F

RGB

 RED value IS 16 (6.64% from 255) = 8.7%

 GREEN value IS 89 (35.16% from 255) = 48.37%

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 8.7%
G = 48.37%
B = 42.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#10594F (or 0x10594F) is known color: Mosque. HEX triplet: 10, 59 and 4F. RGB value is (16,89,79). Sum of RGB (Red+Green+Blue) = 16+89+79=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #10594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10594F is #EFA6B0. Grayscale: #424242. Windows color (decimal): -15705777 or 5200144. OLE color: 5200144.

HSL color Cylindrical-coordinate representation of color #10594F: hue angle of 171.78º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10594F is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 89 79 -
CMYK 0.82 0 0.11 0.65
HSL 171.78º 0.7% 0.21% -
HSV(B) 171.78º 0.82% 0.35% -
XYZ 5.2 7.82 8.63 -
YUV 66.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 16 89 79 0.82 0 0.11 0.65 171.78 0.7 0.21
Hex 10 59 4F 52 0 B 41 AC 46 15
Octal 20 131 117 122 0 13 101 254 106 25
Binary 10000 1011001 1001111 1010010 0 1011 1000001 10101100 1000110 10101

Color Harmonies of #10594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10594F

Black with #10594F

Text Example


Text Example

White with #10594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10594F; }

 p { color: rgb(16,89,79); }

 H1.HeaderClassName
 {
   color: #10594F;
 }
 .AnyTagClassName
 {
   color: #10594F;
 }
</style>

background-color css

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

 a { background-color: rgb(16,89,79); }

 div.DivClassName
 {
   background-color: #10594F;
 }
 .BgClassName
 {
   background-color: #10594F;
 }
</style>

border-color css

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

 span { border-color: rgb(16,89,79); }

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