Html Css Color HEX #015550 Mosque

📋 copy color: '#015550'

red 1 ◦ green 85 ◦ blue 80

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

Shades of Mosque #015550

Tints of Mosque #015550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

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

R = 0.6%
G = 51.2%
B = 48.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#015550 (or 0x015550) is known color: Mosque. HEX triplet: 01, 55 and 50. RGB value is (1,85,80). Sum of RGB (Red+Green+Blue) = 1+85+80=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #015550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015550 is #FEAAAF. Grayscale: #3B3B3B. Windows color (decimal): -16689840 or 5264641. OLE color: 5264641.

HSL color Cylindrical-coordinate representation of color #015550: hue angle of 176.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015550 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 85 80 -
CMYK 0.99 0 0.06 0.67
HSL 176.43º 0.98% 0.17% -
HSV(B) 176.43º 0.99% 0.33% -
XYZ 4.71 7.08 8.71 -
YUV 59.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 1 85 80 0.99 0 0.06 0.67 176.43 0.98 0.17
Hex 1 55 50 63 0 6 43 B0 62 11
Octal 1 125 120 143 0 6 103 260 142 21
Binary 1 1010101 1010000 1100011 0 110 1000011 10110000 1100010 10001

Color Harmonies of #015550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015550

Black with #015550

Text Example


Text Example

White with #015550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015550; }

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

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

background-color css

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

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

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

border-color css

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

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

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