Html Css Color HEX #015C50 Mosque

📋 copy color: '#015C50'

red 1 ◦ green 92 ◦ blue 80

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

Shades of Mosque #015C50

Tints of Mosque #015C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 53.18%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 0.58%
G = 53.18%
B = 46.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#015C50 (or 0x015C50) is known color: Mosque. HEX triplet: 01, 5C and 50. RGB value is (1,92,80). Sum of RGB (Red+Green+Blue) = 1+92+80=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #015C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C50 is #FEA3AF. Grayscale: #3F3F3F. Windows color (decimal): -16688048 or 5266433. OLE color: 5266433.

HSL color Cylindrical-coordinate representation of color #015C50: hue angle of 172.09º 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 #015C50 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 92 80 -
CMYK 0.99 0 0.13 0.64
HSL 172.09º 0.98% 0.18% -
HSV(B) 172.09º 0.99% 0.36% -
XYZ 5.29 8.24 8.9 -
YUV 63.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 1 92 80 0.99 0 0.13 0.64 172.09 0.98 0.18
Hex 1 5C 50 63 0 D 40 AC 62 12
Octal 1 134 120 143 0 15 100 254 142 22
Binary 1 1011100 1010000 1100011 0 1101 1000000 10101100 1100010 10010

Color Harmonies of #015C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C50

Black with #015C50

Text Example


Text Example

White with #015C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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