Html Css Color HEX #10584F Mosque

📋 copy color: '#10584F'

red 16 ◦ green 88 ◦ blue 79

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

Shades of Mosque #10584F

Tints of Mosque #10584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.09%

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

R = 8.74%
G = 48.09%
B = 43.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#10584F (or 0x10584F) is known color: Mosque. HEX triplet: 10, 58 and 4F. RGB value is (16,88,79). Sum of RGB (Red+Green+Blue) = 16+88+79=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #10584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10584F is #EFA7B0. Grayscale: #414141. Windows color (decimal): -15706033 or 5199888. OLE color: 5199888.

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

Color convert

RGB 16 88 79 -
CMYK 0.82 0 0.10 0.65
HSL 172.5º 0.69% 0.2% -
HSV(B) 172.5º 0.82% 0.35% -
XYZ 5.11 7.65 8.6 -
YUV 65.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 16 88 79 0.82 0 0.10 0.65 172.5 0.69 0.2
Hex 10 58 4F 52 0 A 41 AC 45 14
Octal 20 130 117 122 0 12 101 254 105 24
Binary 10000 1011000 1001111 1010010 0 1010 1000001 10101100 1000101 10100

Color Harmonies of #10584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10584F

Black with #10584F

Text Example


Text Example

White with #10584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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