Html Css Color HEX #015D5C Mosque

📋 copy color: '#015D5C'

red 1 ◦ green 93 ◦ blue 92

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

Shades of Mosque #015D5C

Tints of Mosque #015D5C

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

 GREEN value IS 93 (36.72% from 255) = 50%

 BLUE value IS 92 (36.33% from 255) = 49.46%

R = 0.54%
G = 50%
B = 49.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#015D5C (or 0x015D5C) is known color: Mosque. HEX triplet: 01, 5D and 5C. RGB value is (1,93,92). Sum of RGB (Red+Green+Blue) = 1+93+92=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #015D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D5C is #FEA2A3. Grayscale: #414141. Windows color (decimal): -16687780 or 6053121. OLE color: 6053121.

HSL color Cylindrical-coordinate representation of color #015D5C: hue angle of 179.35º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D5C is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 92 -
CMYK 0.99 0 0.01 0.64
HSL 179.35º 0.98% 0.18% -
HSV(B) 179.35º 0.99% 0.36% -
XYZ 5.86 8.61 11.48 -
YUV 65.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 1 93 92 0.99 0 0.01 0.64 179.35 0.98 0.18
Hex 1 5D 5C 63 0 1 40 B3 62 12
Octal 1 135 134 143 0 1 100 263 142 22
Binary 1 1011101 1011100 1100011 0 1 1000000 10110011 1100010 10010

Color Harmonies of #015D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D5C

Black with #015D5C

Text Example


Text Example

White with #015D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D5C; }

 p { color: rgb(1,93,92); }

 H1.HeaderClassName
 {
   color: #015D5C;
 }
 .AnyTagClassName
 {
   color: #015D5C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,93,92); }

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

border-color css

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

 span { border-color: rgb(1,93,92); }

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