#015653

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

Shades of Mosque #015653

Tints of Mosque #015653

Color information

#015653 (or 0x015653) is unknown color: approx Mosque. HEX triplet: 01, 56 and 53. RGB value is (1,86,83). Sum of RGB (Red+Green+Blue) = 1+86+83=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #015653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015653 is #FEA9AC. Grayscale: #3C3C3C. Windows color (decimal): -16689581 or 5461505. OLE color: 5461505.

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

Color convert

RGB18683-
CMYK0.9900.030.66
HSL177.88º97.7%17.06%-
HSV(B)177.88º98.84%33.73%-
XYZ4.97.299.33-
YUV60.24140.8485.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 86 (33.98% from 255) = 50.59%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=0.59%
G=50.59%
B=48.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186830.9900.030.66177.8897.717.06
Hex15653630342b26211
Octal11261231430310226214221
Binary1101011010100111100011011100001010110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015653; }

 p { color: rgb(1,86,83); }

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

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

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

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

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

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

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