#015555

Color #015555 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #015555

Tints of Mosque #015555

Color information

#015555 (or 0x015555) is unknown color: approx Mosque. HEX triplet: 01, 55 and 55. RGB value is (1,85,85). Sum of RGB (Red+Green+Blue) = 1+85+85=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #015555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015555 is #FEAAAA. Grayscale: #3B3B3B. Windows color (decimal): -16689835 or 5592321. OLE color: 5592321.

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

Color convert

RGB18585-
CMYK0.99000.67
HSL180º97.67%16.86%-
HSV(B)180º98.82%33.33%-
XYZ4.97.169.72-
YUV59.88142.1786-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=0.58%
G=49.71%
B=49.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185850.99000.6718097.6716.86
Hex15555630043b46211
Octal11251251430010326414221
Binary110101011010101110001100100001110110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015555; }

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

 H1.HeaderClassName
 {
   color: #015555;
 }
 .AnyTagClassName
 {
   color: #015555;
 }
</style>
background-color css

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

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

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

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

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

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